Important!
If you are not PCI compliant, you must obtain the token from the front end using the Kushki Hosted Fields library.
Product in beta version 🔐👨💻
We are working on our beta version. Stay tuned for its official release! You can also contact your account manager for more information.
curl --location 'https://api-uat.kushkipagos.com/payouts/card/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data '{
"card": {
"name": "Juan Hernández",
"number": "4111111111111111",
"expiryMonth": "12",
"expiryYear": "29"
},
"paymentType": "FD"
}'{
"token": "8122eb4bda29476f8dc71b6426a7fd5d",
"maskedPan": "495703XXXXXX0454",
"brand": "VISA"
}