Get a specific card by cardId

Used to get a card when the cardId is known. This is the only API that can be used to get the PAN, CVV of a card and in order to do so, the API enforces that it must be called by the cardholder. Either a JWT issued to the customer can be used from the IP address that logged in, or a valid card access password should be passed with no JWT. A card access password can be created by a POST to a customers identities. This API must only be called from the customers device if masked=false is passed.

Path Params
int64
required
int64
required
Query Params
string

The card access password of the customer. Required if masked=false and no JWT is provided

string

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

boolean

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

Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json