---
title: "Get token"
method: GET
path: "/recurring/{your_customer_reference}/token/{your_token}"
tags: ["Recurring payments"]
---

# Get token

`GET /recurring/{your_customer_reference}/token/{your_token}`

Get information about a customer's [token](https://docs.multisafepay.com/docs/recurring-payments/).

## Path parameters

- `your_customer_reference` string, required
- `your_token` string, required

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object — Information about the token.
    - `token` string — The unique identifier of the token.
    - `code` 'AMEX' | 'CREDITCARD' | 'DIRDEB' | 'IDEAL' | 'MAESTRO' | 'MASTERCARD' | 'MISTERCASH' | 'VISA' — The unique identifier of the payment gateway.
    - `display` string — How the card number is displayed.
    - `name_holder` string — The cardholder’s name.
    - `expiry_date` ExpiryDate — unresolved $ref
    - `expired` integer — Whether the card has expired. If `1`, the card has expired. If `0`, the card is valid.
    - `last4` string — The last 4 digits of the card number.
    - `model` 'cardOnFile' | 'subscription' | 'unscheduled' — Sets the recurring model: - Card on file (COF): The cardholder has authorized you to store their card details. - Subscription: An agreement or services that are billed at the end of your billing cycle, e.g. weekly, monthly. - Unscheduled: Event-triggered, e.g. mobile top-up when no credit left on the phone.

## Other responses

- `404` — Error
- `410` — Token not found

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
