Create Tokenized Card

Use this endpoint to create a tokenized card.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Visit our Documentation to learn more about Tokenized Card.

Body Params
string

If provided, the system retrieves saved card details from the database. See Customer Cards for further details.

string

The security code of the card.

boolean
enum
* `true`: Performs **Permanent Tokenization**. This triggers the **Card Validation Process** ($10.00 hold/presale) and stores the card in the secure vault.
* `false` (default): Generates a **Temporary Token**. Valid for 15 minutes in Redis; no validation hold is performed.
Allowed:
boolean
enum
* `true`: The order will be processed with **Fixed Installments** (Deferred Payments).
* `false`: The order will be processed with **Interest-free installments**.
Allowed:
integer
enum

Supports 3, 6, 9, 12, or 18 month periods.

Allowed:
string

The cardholder's name exactly as it appears on the card.

string

The full credit or debit card number (no spaces or dashes).

string

Two-digit expiration month (e.g., "05").

string

Two-digit or four-digit expiration year (e.g., "26" or "2026").

string

Identifies the origin of the request (e.g., one_click_checkout).
* Note: If source is one_click_checkout and an id is provided, tokenization is automatically set to true.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json