This functionality is available for the following models:#
☑ Acquirer
☑ Aggregator
chargeGot a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "John Doe",
"number": "5451951574925480",
"expiryMonth": 8,
"expiryYear": "28",
"cvv": "121"
},
"totalAmount": 16.98,
"currency": "COP"
}'{
"token": "3c1518cf6f844e248880aad6187cf8d7"
}