Card Tokens
card_tokens_get
Use query parameters to filter the search. To list all Transactions related to a Card Token, use GET /v1/transactions with query ?search={token_id}.
scopes:
- admin:checkout
get/accounts/{aid}/payments/card-tokens
Query parameters
customer_idstring
Filter by customer_id
relationship_idstring
Filter by relationship_id
statusstring[]
Filter by status
include_deletedboolean
Include deleted card tokens in the response
limitinteger
A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
starting_afterstring
The cursor to use in the next request to get the next page of results
Response
Card Tokens
Example response
[
{
"masked_pan": "476173******0416",
"pan_expiry_date": "09/2030",
"token_expiry_date": "09/2030",
"account_id": "P12345678",
"payment_product_type": "dintero_psp.creditcard"
}
]