There is a maximum time of 7 calendar days to make the capture. After that time, the amount withheld from the credit card will be released. Transbank does not allow the release of the approved amount if it is not captured within 7 days.
token provided by Kushki.Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/subscriptions/v1/card-async/preAuthorization' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriptionId": "string",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 0,
"iva": 0
},
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
}
}'{
"redirectUrl": "string",
"transactionReference": "string"
}