This is an On-demand service only available for PCI DSS compliance companies.
This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
threeDomainSecure object in your request.This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
initialRecurrence in the transactionMode parameter and process the preauthorization. For this initial transaction, you must send the CVV.subsequentRecurrence in the transactionMode parameter and include the transactionReference number in the initialRecurrenceReference field. Now you can omit the CVV.An alternative option to process external subscriptions is by sending the parameter externalSubscriptionID. Click here for more information.
curl --location 'https://api-uat.kushkipagos.com/card/v2/preAuthorization' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "Catalina Fuentes",
"number": "4259078012341233",
"expiryMonth": "03",
"expiryYear": "30",
"cvv": "123"
},
"amount": {
"subtotalIva": 0,
"subtotalIva0": 4000,
"ice": 0,
"iva": 0,
"currency": "CLP"
},
"metadata": {
"Referencia": "99999"
},
"contactDetails": {
"documentType": "RUT",
"documentNumber": "12345678-9",
"email": "user@example.com",
"firstName": "Catalina",
"lastName": "Fuentes",
"phoneNumber": "+56912345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "Catalina Fuentes",
"phone": "+56912345678",
"address1": "Av. Apoquindo 4501",
"address2": "centro 123",
"city": "Santiago",
"region": "Región Metropolitana",
"country": "Chile"
},
"billingDetails": {
"name": "Catalina Fuentes",
"phone": "+56912345678",
"address1": "Av. Apoquindo 4501",
"address2": "centro 123",
"city": "Santiago",
"region": "Región Metropolitana",
"country": "Chile"
}
},
"productDetails": {
"product": [
{
"id": "198952AB",
"title": "eBook Digital Services",
"price": 10000,
"sku": "10101042",
"quantity": 1
}
]
},
"fullResponse": "v2"
}'{
"details": {
"amount": {
"subtotalIva": 0,
"subtotalIva0": 4000,
"ice": 0,
"iva": 0,
"currency": "CLP",
"isDeferred": false
},
"approvalCode": "123456",
"approvedTransactionAmount": 4000,
"binInfo": {
"bank": "WELLSFARGO",
"binCard": "425907",
"cardCountry": "United States of America",
"lastFourDigits": "1233",
"type": "credit"
},
"cardHolderName": "Catalina Fuentes",
"created": 1712159361000,
"merchantId": "20000000101835540000",
"merchantName": "CENTRALIZADA NUEVA PRUEBA GOB",
"messageFields": {
"f38": "123456",
"f39": "00"
},
"paymentBrand": "Visa",
"processorBankName": "Kushki",
"recap": "409415159483",
"requestAmount": 4000,
"responseCode": "000",
"responseText": "Approval and completed successfully Accepted and processed.",
"transactionId": "821712159361453407367",
"transactionReference": "ba48f90b-43ef-4cff-b842-7bc34c41f78e",
"transactionStatus": "APPROVAL",
"transactionType": "PREAUTHORIZATION"
},
"ticketNumber": "821712159361453410",
"transactionReference": "ba48f90b-43ef-4cff-b842-7bc34c41f78e"
}