Tokenisation
Tokenisation allows you to store card payment data for later use. You must have tokenised cards to support recurring and one-click payments.
Tokenisation is only available for card payments.
Set defaultPaymentMethod=CARD
and forceDefaultMethod=true
to ensure the user always pays with card. During the checkout process, store the data by ensuring that createRegistration=true
. You can now use the recurring API for recurring payments and can also enable one-click payments for the tokenised card.
After the account holder has filled in their card details and completed checkout, you can retrieve the response information using the Query Checkout status call. The response includes a registrationId
token and useful card information that you can store for future recurring or one-click payment requests.
Updated about 1 month ago