This functionality is available for the following models:
☑ Acquirer
☑ Aggregator
token provided by Kushki which represents the customer's credit card.⚠️ 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.Endpoint time out: 29 sec
This functionality is available for the following models:
☑ Acquirer
☐ Aggregator
initialRecurrence in the transactionMode parameter.subsequentRecurrence in the transactionMode parameter.initialRecurrenceReference field (see the example named Subsequent recurrence charge for subscriptions)curl --location 'https://api-uat.kushkipagos.com/card/v1/charges' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "24e5cc0d47fc4b2ab098bdb7d0b94569",
"amount": {
"currency": "CLP",
"subtotalIva": 0,
"subtotalIva0": 5000,
"iva": 0,
"ice": 0,
"extraTaxes": {
"iac": 0,
"tasaAeroportuaria": 0,
"agenciaDeViaje": 0
}
},
"metadata": {
"key0": "value0",
"key1": "value1",
"key2": "value2"
},
"fullResponse": "v2",
"ignoreWarnings": true,
"contactDetails": {
"firstName": "Catalina",
"lastName": "Fuentes",
"email": "user@example.com",
"documentType": "RUT",
"documentNumber": "ABCD123456EF",
"phoneNumber": "+56912345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "Catalina Fuentes",
"phone": "+56912345678",
"city": "Santiago",
"region": "Región Metropolitana",
"country": "Chile",
"address1": "Centro 123"
},
"billingDetails": {
"name": "Catalina Fuentes",
"phone": "+56912345678",
"city": "Santiago",
"region": "Región Metropolitana",
"country": "Chile",
"address1": "Centro 123"
}
},
"productDetails": {
"product": [
{
"id": "198952AB",
"title": "eBook Digital Services",
"price": 15000,
"sku": "10101042",
"quantity": 1
}
]
},
"threeDomainSecure": {
"cavv": "AAABBoVBaZKAR3BkdkFpELpWIiE=",
"eci": "07",
"specificationVersion": "2.2.0",
"acceptRisk": true
}
}'{
"ticketNumber": "922513792073660814",
"transactionReference": "6f16659e-b711-4995-a9ae-161aecbd6521"
}