curl --location 'https://api-uat.kushkipagos.com/transfer/v1/tokens' \
--header 'Public-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data '{
"financialInstitutionCode": "12345678",
"amount": {
"subtotalIva": 100000,
"subtotalIva0": 0,
"iva": 10000,
"ExtraTaxes": {
"tasaAeroportuaria": 0,
"agenciaDeViajes": 0,
"iac": 0
}
},
"callbackUrl": "http://www.mylanderpages.com/kushki/TestSold",
"userType": "1",
"referenceNumber": "NIT171054019",
"paymentDescription": "Description of the payment."
}'