Create Token
Create a Token for future transactions
Authorizations
Body
Identity the type of the token (currently only "card")
"Card"
Identify the token by an aggregation reference of your business (CustomerId, WalletId, StoreId ...)
"Wallet123"
Alias for the new token (usually provided by the customer)
"MyShoppingCard"
The url that redirect the user at the end of 3ds validation (in fail, succes and reject cases)
"http://client.co/3ds/validation?token=123456"
"transactionMode" is used for tokenization and tokenized payments. The value "initialUnescheduled" tokenizes details for future one-time, unscheduled payments. The value "initialRecurring' tokenizes details for the first in a series of scheduled payments. The value "cardHolderInitiatedUnescheduled" is for subsequent unscheduled payment initiated by the cardholder. The value "merchantInitiatedUnescheduled" is for unscheduled payment initiated by the merchant. The value "merchantInitiatedRecurring" is for subsequent scheduled payment initiated by the merchant.
initialUnescheduled, initialRecurring, cardHolderInitiatedUnescheduled, merchantInitiatedUnescheduled, merchantInitiatedRecurring Response
201

