This functionality is available for the following models:
☑ Acquirer
☑ Aggregator
token provided by Kushki which represents the customer's credit card.deferred object that includes the creditType, graceMonths, and months parameters.graceMonths must be sent with the value of 00.01 (Colombia's Standard Installments) "deferred": {
"graceMonths": "00",
"creditType": "01",
"months": 6
}months parameter."months": 3,Important!
In any case, you should consult the request deferred options method as these vary according to the BIN of the card.
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": "COP",
"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": "John",
"lastName": "Doe",
"email": "user@example.com",
"documentType": "CC",
"documentNumber": "ABCD123456EF",
"phoneNumber": "+573912345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+573912345678",
"address": "Centro 123",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia"
},
"billingDetails": {
"name": "John Doe",
"phone": "+573912345678",
"address": "Centro 123",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia"
}
},
"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"
}