v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Cards/Details

Get card details

Retrieves card PAN and expiry date using the action confirmation token generated using the Confirmation flow

post/api/v1/cards/{cardId}/details

Path parameters

cardIdstring required

Id of the card on which the action should be performed

Response

OK

card_numberstring required

PAN (Primary Account Number) of the card

expiry_datestring required

Expiry date of the card

Example response

{
  "card_number": "4111111111111111",
  "expiry_date": "12/2022"
}