token that can later be used to initialize the transaction.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/payouts/cash/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Andrés",
"lastName": "Martínez",
"documentType": "CC",
"documentNumber": "1234567890",
"email": "user@example.com",
"totalAmount": 50000,
"currency": "COP",
"description": "Pago de servicios",
"phoneNumber": "+573912345678"
}'{
"token": "a7704cdd12594b9e9236f7c352dbf61e"
}