token that can later be used to initialize the transaction.Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/payouts/cash/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"lastName": "string",
"documentType": "RUT",
"documentNumber": "string",
"email": "string",
"totalAmount": 0,
"currency": "COP",
"description": "string",
"phoneNumber": "string"
}'{
"token": "a7704cdd12594b9e9236f7c352dbf61e"
}