Removes one or more PAN’s from an existing PAN List.
POST {{baseUrl}}/consumers/pans/deregistrations
This endpoint allows customers to remove one or more PANs from an existing PAN List. - This endpoint requires partial request and response payload encryption to encrypt the array of PANs (‘pans’ object) as part of ‘sensitiveData’ field. Please refer to request and response specification for more details. The encryption needs to be performed using JWE payload encryption. Please refer to the Securing Sensitive Data Using Payload Encryption sections for implementation details.
Request Body
{"panListId"=>"230417253818957824", "encryptedValue"=>"eyJraWQiOiI3NjFiMDAzYzFlYWRlM(...).Y+oPYKZEMTKyYcSIVEgtQw"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"panListId":"230417253818957824","successfulCount":"1","failureCount":"1","encryptedValue":"eyJraWQiOiI3NjFiMDAzYzFlYWRlM(...).Y+oPYKZEMTKyYcSIVEgtQw"}