This is an On-demand service only available for PCI DSS compliance companies.
This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
⚠️ Beta Feature The implementation of "Cuotas Comercio" (Credit Type 03) for Chile is currently in Beta phase. The data structure and logic are subject to change without prior notice during this period.
"deferred": {
"graceMonths": "00",
"creditType": "03",
"months": 3
}
```json
"deferred": {
"graceMonths": "00",
"creditType": "03",
"months": 3
}threeDomainSecure object in your request.This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
initialRecurrence in the transactionMode parameter and process the charge. 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/charges' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "Catalina Fuentes",
"number": "5311220000122112",
"expiryMonth": "03",
"expiryYear": "30",
"cvv": "123"
},
"amount": {
"subtotalIva": 0,
"subtotalIva0": 10000,
"ice": 0,
"iva": 0,
"currency": "CLP"
},
"isDeferred": false,
"metadata": {
"referencia": "999929"
},
"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",
"city": "Santiago",
"region": "Región Metropolitana",
"country": "Chile"
},
"billingDetails": {
"name": "Catalina Fuentes",
"phone": "+56912345678",
"address1": "Av. Apoquindo 4501",
"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": 5000,
"ice": 0,
"iva": 0,
"currency": "CLP",
"isDeferred": false
},
"approvalCode": "123456",
"approvedTransactionAmount": 5000,
"binInfo": {
"bank": "Banco de S.A.",
"binCard": "531122",
"cardCountry": "Chile",
"lastFourDigits": "2112",
"type": "credit"
},
"cardHolderName": "Catalina Fuentes",
"created": 1712092118000,
"merchantId": "20000000101835540000",
"merchantName": "CENTRALIZADA NUEVA PRUEBA GOB",
"messageFields": {
"f38": "123456",
"f39": "00",
"f48": {
"s22": {
"se5": "C101"
}
}
},
"paymentBrand": "Mastercard",
"processorBankName": "Kushki",
"recap": "409321136945",
"requestAmount": 5000,
"responseCode": "000",
"responseText": "Approved or completed successfully.",
"transactionId": "821712092118240856443",
"transactionReference": "3d0d7e1f-02b5-46fa-9791-92722f42df5b",
"transactionStatus": "APPROVAL",
"transactionType": "SALE"
},
"ticketNumber": "821712092118240271",
"transactionReference": "3d0d7e1f-02b5-46fa-9791-92722f42df5b"
}