curl --location --request POST '/card-async/v1/init' \
--header 'Private-Merchant-Id: {{CL-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "{{token}}",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 10000.5,
"iva": 0,
"currency": "CLP"
},
"metadata": {
"customerId": "IB200"
}
}'{
"redirectUrl": "https://api-uat.kushkipagos.com/card-async/v1/agent/0e17bb7a9dd9466e845833d00bd40a99",
"transactionReference": "7e4af09c-5a70-493b-bb7c-cd422db80595"
}