v1

latestOpenAPI 3.0.02026-07-26355499.1 KB
Tokenization

Tokenize a Credit Card

Creates a secure token for a credit card along with payer data. Optionally performs a micro-deposit validation to verify the card's validity.

post/v3/tokenization

Headers

Content-Typestring required

Media type of the body sent to the API

X-Datestring date-time required

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-Loginstring required

Merchant X-Login API Key

Authorizationstring required

Authorization control hash

X-Idempotency-Keystring

Unique idempotency key for ensuring that the same request is not processed more than once

Request body

micro_deposit_enabledboolean

When true (default), performs a micro-deposit to validate the card

Response

Successful operation

holder_namestring

Cardholder name

expiration_monthinteger

Expiration month

expiration_yearinteger

Expiration year

last_four_digitsstring

Last four digits of the card

card_identifierstring

Unique card identifier (token) for future transactions