Create a list of Primary Account Numbers(PAN's) or add Primary Account Numbers to an existing list.

POST {{baseUrl}}/consumers/pans/registrations

This endpoint allows Issuers to create a new PAN List by providing the name of the PAN List, Account Range details, and a set of PANs. The same endpoint can also be used to add more PANs to a previously created list. Refer to request examples to understand different scenarios. - This endpoint requires partial request and response payload encryption to encrypt the 'sensitiveData' as part of ‘encryptedValue’ 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

{"panListName"=>"Christmas Offers panList 135", "accountRange"=>{"accountRangeLow"=>"5110920004100000000", "accountRangeHigh"=>"5110920004199999999"}, "encryptedValue"=>"eyJraWQiOiI3NjFiMDAzYzFlYWRlM(...).Y+oPYKZEMTKyYcSIVEgtQw"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"successfulCount":"0","failureCount":"0","panList":{"panListId":"230417253818957824","panListName":"Christmas Offers PanList 135"},"accountRange":{"cid":"242666","ica":"19246","country":"USA","accountRangeLow":"5110920004100000000","accountRangeHigh":"5110920004199999999"}}