---
title: "Tokenize Card [Recurrents]"
method: POST
path: "/api/v2/purchases/validations/recurrents"
---

# Tokenize Card [Recurrents]

`POST /api/v2/purchases/validations/recurrents`

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `transactionRef` string, required
  - `authData` string, required

## Response `200`

200

- object
  - `cardType` string
  - `balance` string
  - `token` string
  - `tokenExpiryDate` string
  - `panLast4Digits` string
  - `transactionRef` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
