GET
/card_tokens/{card_token_id}/capabilitiesRetrieve card token capabilities
Retrieves the available routes and transfer capabilities for a Card Token. Use this endpoint to determine whether the token's card can be used for domestic or cross-border Card Push Transfers. Capabilities can change over time based on the issuing bank's configuration of the card range.
card_token_idstringrequired
The identifier of the Card Token whose capabilities to retrieve.
200Returns a Card Token capabilities object with routes that describe the issuer country and domestic and cross-border push transfer capabilities.
routesarray<CardTokenCapabilitiesRoutesElement>required
Each route represents a path e.g., a push transfer can take.
typestringrequired
A constant representing the object's type. For this resource it will always be `card_token_capabilities`.
4XXReturned when the request is invalid or cannot be processed.
5XXReturned when the server encounters an error processing the request.
Error handling
The card_token_id path parameter must identify the Card Token whose capabilities you want to retrieve.