v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Card

Validate Customised Card Number.

post/api/v1/card/custom-pan

Headers

X-Correlation-IDstring

A GUID, that used to identify a card creation flow.

Request body

productIdinteger required

The unique ID of the card product linked to the card.

customPanstring nullable required

Last six digits of the card number used as a customise card number.

Response

Success

OR

Example response

{
  "customPan": "008185",
  "isCustomPanValid": true,
  "panOptions": []
}