Create a Token from a PCI-DSS site
Before you begin, make sure you have read the sections:
Our API allows PCI-DSS merchants to offer their clients the possibility to associate an alias (token) with a payment method, which will facilitate their subsequent payments on the website (without having to re-enter the bank card number).
There are several solutions for creating card tokens:
Authentication integrated to the token creation
Collect card data on your website and use our API to create a token.
Supports multiple authentication protocols (3DS, private cards).
PCI-DSS merchants only.
See the implementation guide
Token creation with prior external authentication
Perform cardholder authentication via your own authentication server (or ours), then use our PCI-DSS token creation API.
PCI-DSS merchants only.
See the implementation guide
Payment with token creation
Collect the card data on your website and use our API to make the payment by specifying that you want to create a token (formAction = REGISTER_PAY).
Supports multiple authentication protocols (3DS, private cards).
PCI-DSS merchants only.
See the implementation guide