This functionality is available for the following models:
☑ Acquirer
☑ Aggregator
token provided by Kushki.Product in beta version for Colombia 🔐👨💻
We are working on our beta version. Stay tuned for its official release! You can also contact your account manager for more information.
This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
threeDomainSecure object in your request.Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/preAuthorization' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "QZPnSP1000000b3MG3062555GhIrcYt5",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 10000,
"ice": 0,
"iva": 0,
"currency": "CLP"
},
"fullResponse": "v2",
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
}
}'{
"details": {
"amount": {
"subtotalIva": 0,
"subtotalIva0": 59,
"ice": 0,
"iva": 0,
"currency": "CLP"
},
"approvalCode": "000000",
"approvedTransactionAmount": 59,
"binInfo": {
"bank": "BANCO DE LA PRODUCCION S.A. (PRODUBANCO)",
"bindCard": "545195",
"cardCountry": "Chile",
"lastFourDigits": "5480",
"type": "credit"
},
"cardHolderName": "John Doe",
"created": 1658360425000,
"merchantId": "20000000104111374000",
"merchantName": "Tu comercio Chile",
"paymentBrand": "Master Card",
"processorBankName": "0032~BANCO INTERNACIONAL",
"requestAmount": 59,
"responseCode": "000",
"responseText": "Transacción aprobada",
"transactionId": "985906214634267722",
"transactionReference": "8a42f3a2-fa30-4019-b8f6-9bfc7c78e669",
"transactionStatus": "APPROVAL",
"transactionType": "PREAUTHORIZATION"
},
"ticketNumber": 73884255559778900,
"transactionReference": "8a42f3a2-fa30-4019-b8f6-9bfc7c78e669"
}