Tokens
Create Token
Generate a payment token, to associate it with a card, Endpoint could be use directly only for PCI compliance account
post/tokens
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
Request body
Example request
{
"card": {
"cvc": "123",
"device_fingerprint": "zptcxk4p6w1ijwz85snf1l3bqe5g09ie",
"exp_month": "12",
"exp_year": "26",
"name": "Miguel",
"number": "4242424242424242"
},
"checkout": {
"returns_control_on": "Token"
}
}Response
successful operation