token will allow you to start a Transfer In 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/transfer/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": {
"subtotalIva": 0,
"subtotalIva0": 1000,
"iva": 0
},
"callbackUrl": "https://kushki.com",
"userType": "1",
"documentType": "CI",
"documentNumber": "1716458334",
"email": "user@example.com",
"currency": "USD"
}'{
"token": "V0OzRB100000xhxQB8035251pHLBQsq5"
}