---
title: "Retrieve the capabilities of a Card Token"
method: GET
path: "/card_tokens/{card_token_id}/capabilities"
---

# Retrieve the capabilities of a Card Token

`GET /card_tokens/{card_token_id}/capabilities`

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.

## Path parameters

- `card_token_id` string, required — The identifier of the Card Token.

## Response `200`

Card Token Capabilities

- CardTokenCapabilities — 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.
  - `routes` object[], required — Each route represent a path e.g., a push transfer can take.
    - `cross_border_push_transfers` 'supported' | 'not_supported', required — Whether you can push funds to the card using cross-border Card Push Transfers.
    - `domestic_push_transfers` 'supported' | 'not_supported', required — Whether you can push funds to the card using domestic Card Push Transfers.
    - `issuer_country` string, required — The ISO-3166-1 alpha-2 country code of the card's issuing bank.
    - `route` 'visa' | 'mastercard' | 'pulse', required — The card network route the capabilities apply to.
  - `type` 'card_token_capabilities', required — A constant representing the object's type. For this resource it will always be `card_token_capabilities`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/e968bcd4dcf9/schema)
