Get card information

See all the information of a card.

This function enables to retrieve card information such as status through the card ID.

You will need it to check account status after receiving asynchronous notifications.

Sensitive Card Data Decryption

When getting the card data, the following parameter can be received encrypted:

PropertyTypeDescription
numberStringCard number.
cvvStringCard CVV.
expiration_dateStringCard expiration date.

Example Card Data Decrypted Body

{
   "number":"4111111111111111",
   "cvv":"123",
   "expiration_date":"11/2025",
}

Check decryption flow

Language
Authorization