Tokenize Card

This endpoint securely tokenizes a card, replacing sensitive card details with a unique token. The token can be used for future transactions, ensuring compliance with security standards (e.g., PCI DSS) and reducing the need to store or handle sensitive card information.

Body Params
string
required

Cardholder name. Required if token not present.

string
required

Card number. Required if token not present.

string
required

Card cvv. Required if token not present.

string
required

Card expiration month. Required if token not present.

string
required

Card expiration year. Required if token not present.

string

Use a previously tokenized card by sending the token.

Headers
string
required

Bearer access token for authentication. This token is obtained from the Get Access Token or Refresh Access Token endpoints.

Responses

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