token.identification numberidentification numberidentification numberstatus with the Transaction Status 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.
curl --location 'https://api-uat.kushkipagos.com/cash/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"lastName": "string",
"identification": "string",
"documentType": "CC",
"email": "string",
"totalAmount": 0,
"currency": "COP",
"description": "string"
}'{
"token": "b209ff69ae02be9bc0e58dee225fd8f5"
}