v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBGet a card by ID
Retrieves a card by ID. To receive an unmasked PAN and CVV (masked=false), the caller must be the cardholder using their own JWT or a valid card access password (CAP). This endpoint must only be called from the cardholder's device when unmasked data is requested.
Path parameters
Query parameters
The card access password of the customer. Required if masked=false and no JWT is provided
Used to include additional details along with the card information. For example, if a card level limit is required, it can be passed as a field i.e. fields=limits. It supports multiple values using a comma-separated format to include in the response
If false then the full PAN and CVV will be returned. An error will be returned if masked=false and the caller is not the card owner or a valid CAP is not provided
Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00"
}