initToken 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/card-async/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"totalAmount": 0,
"returnUrl": "string",
"currency": "CLP",
"email": "user@example.com",
"description": "string"
}'{
"token": "AbCDef123456Z7Ghi8901234jkLMNopQ"
}