get https://api.dlocal.com/issuing/cards/
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:
Property | Type | Description |
---|---|---|
number | String | Card number. |
cvv | String | Card CVV. |
expiration_date | String | Card expiration date. |
Example Card Data Decrypted Body
{
"number":"4111111111111111",
"cvv":"123",
"expiration_date":"11/2025",
}