token that can later be used to create a recurring charge by calling the init endpoint.Token expiration#
Tokens will expire in 30 minutes and can be used only for a single transaction (even if the transaction was wrong). You will need to request a new token when it expires.
Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/subscriptions/v1/card-async/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "CLP",
"email": "string",
"callbackUrl": "string",
"cardNumber": "string"
}'{
"token": "477c1a2c29f24318b55d06ca7327289c"
}