The Card Token is used to securely complete a Purchase or Authorization transaction without needing to re-enter sensitive card details. This tokenised approach improves security and user experience.
Once a card token is generated, it can be used to execute Purchase or Authorization transactions.
The card token replaces the need for actual card details, ensuring that sensitive data is never exposed during the transaction.
This method is commonly used for: One-click payments, Recurring transactions (e.g., subscriptions), Stored customer payment details.
Use the stored_payment_method_id
(generated during token creation) in the payload to complete the transaction.
The stored_payment_method_id
is the token generated from the card tokenization process and is used to securely complete subsequent transactions.
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
The request payload to process a payment transaction.
The body is of type object
.
Payment processed successfully
The response is of type object
.