---
title: "Fetch a Test Credit Card Token"
method: GET
path: "/v1/testing/card_token"
tags: ["Testing"]
---

# Fetch a Test Credit Card Token

`GET /v1/testing/card_token`

This endpoint fetches a new credit card token for Bolt's universal test credit card number `4111 1111 1111 1004`. This is for testing and is available only in sandbox.

## Response `200`

Successfully Fetched Credit Card Token

- object
  - `token` string — The newly generated credit card token.
  - `expiry` integer — The date at which the token expires. A token must be used within 15 minutes of creation.
  - `last4` string — The last 4 digits of the card number.
  - `bin` string — The credit card bin.
  - `network` string — The credit card network.

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference/revisions/17eceacd5ce7/schema)
