curl --location --request POST '/transfer/v1/tokens' \
--header 'Public-Merchant-Id: {{CL-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankId": "000",
"amount": {
"subtotalIva": 5000,
"subtotalIva0": 0,
"iva": 0,
"extraTaxes": {
"tasaAeroportuaria": 0,
"agenciaDeViajes": 0,
"iac": 0
}
},
"callbackUrl": "https://kushki.com",
"userType": "1",
"documentType": "RUT",
"documentNumber": "1716458334",
"paymentDescription": "Description of the payment.",
"email": "user@example.com",
"currency": "CLP"
}'