Create Tokens
Request a token session
Create a session to start Commerce Tokenization using our SDK.
POST
Request a token session
Authorizations
Body
application/json
Skips ID&V during tokenization if set to true
The expiry time is used to specify after how many seconds a Commerce token should be automatically deleted.
This type of tokens is useful for short-lived operations (guest checkout) that require a token to be used only once or for a limited time. Information: If a token is created with an expiration time, no network-token will be provisioned.
Required range:
1 <= x <= 2592000Response
Success response
The ID of the session which needs to be used to initialize the SDK.
Previous
Create token from FPANImport cardholder-data in exchange for a Commerce token.
<Warning title="Compliance Check Required">
In order to use this endpoint you need to prove a certain level of compliance with PCI DSS with us.
Reach out to your account manager for more information.
</Warning>
Next
Request a token session