Skip to content

Create a Card Tokenization Intent

POST
/intents/card

Creates a new intent for card tokenization. This process securely collects card details that can later be used for transactions without needing to store raw card data on your systems.

Authorizations

BearerAuth
TypeHTTP (bearer)

Request Body

JSON
{
"external_id": "496de72d-d4a4-45eb-b426-3d04d2078a85"
}

Responses

New card tokenization intent created.
application/json
JSON
{
"intent_id": "int_01J5XCMDXCFXCAQ1BV8HVG6644",
"reference_id": "496de72d-d4a4-45eb-b426-3d04d2078a85",
"valid_for": 60000
}

Samples

Powered by VitePress OpenAPI