Validate Customisable Card Number - Field Descriptions

The following page details each of the fields received in the response when using the Validate Customisable Card Number endpoint.

Header

DescriptionTypeStatus
X-Correlation-IDA GUID, which is used to identify a card creation flow. Please use the same correlation ID for customised card number validation and creation.StringMandatory

Request Fields

The following table describes fields that can be included in the body of the request when validating a customisable card number.

FieldDescriptionMinimum LengthMaximum LengthTypeMandatory
productIdThe unique ID of the card product linked to the card.12147483647integerYes
customPanLast six digits of the card number used as a custom PAN.66stringYes
panOptionsObject that contains secondary Custom PAN options.Yes
idThe unique identification number of each secondary option.12147483647integerYes
panLast six digits of the card number for the secondary option used.55stringYes

Response Fields

A successful response for the Validate Customisable Card Number endpoint will return a 200 response.

FieldDescription
customPanLast 4 digits of the card number used as a custom PAN.
isCustomPanValidIndicates whether the given Custom PAN is valid or not.
referenceNumberA unique random number used as a reference for the Custom PAN.
panOptionsObject that displays secondary options, Only available when the customPan in the request is not valid.
idThe unique identification number of each secondary option, same as that in the request.
panLast 4 digits of the card number for the secondary option used.
referenceNumberA unique random number used as a reference to the secondary options.