Business API
Retrieve sensitive card details
api
get
/cards/{card_id}/sensitive-details

Retrieve sensitive card details

Get sensitive details of a specific card, based on its ID.

Requires the READ_SENSITIVE_CARD_DATA token scope. For more information, see the Authorization section below.

note

This feature is available in the UK, US and the EEA.

This feature is not available in Sandbox.

To use the Cards API, please contact Revolut API Support.

For more information, see the guides: Manage cards.

Request

Path Parameters
Path Parameters

Response

Sensitive details of the card

Response body
Body object 
Was this page helpful?
GET
/cards . /{card_id} . /sensitive-details . 
Parameters
curl -L -g -X GET 'https://b2b.revolut.com/api/1.0/cards/{card_id}/sensitive-details' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response body samples
{
"pan": "4111111111111111",
"cvv": "123",
"expiry": "06/2025"
}