Initiates the tokenization process for a card (e.g., for adding to Google Pay or Apple Pay). Returns the BIP phone number the cardholder should use as their OTP destination during the wallet provisioning flow. When the OTP SMS arrives on that number, the platform automatically delivers a `tokenization_code` webhook to the client.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | Unique identifier of the card to tokenize. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
CardTokenizationStarted |
Tokenization started. Contains the OTP phone the cardholder should use. |
400 |
Error |
Invalid request or card not eligible for tokenization. |
503 |
Error |
No OTP phone channels available. Try again later. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.