v4

OpenAPI 3.1.02026-08-012402353.8 MB

Retrieve the capabilities of a Card Token

The capabilities of a Card Token describe whether the card can be used for specific operations, such as Card Push Transfers. The capabilities can change over time based on the issuing bank's configuration of the card range.

get/card_tokens/{card_token_id}/capabilities

Path parameters

card_token_idstring required

The identifier of the Card Token.

Response

Card Token Capabilities

type'card_token_capabilities' required

A constant representing the object's type. For this resource it will always be card_token_capabilities.

Example response

{
  "routes": [
    {
      "cross_border_push_transfers": "not_supported",
      "domestic_push_transfers": "supported",
      "issuer_country": "US",
      "route": "visa"
    }
  ],
  "type": "card_token_capabilities"
}