This functionality is available for the following models:
☑ Acquirer
☑ Aggregator
subscriptionId that was created in the Create a recurring charge endpoint.threeDomainSecure object in your request.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.
curl --location 'https://api-uat.kushkipagos.com/subscriptions/v1/card/' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "es",
"amount": {
"subtotalIva": 15.16,
"subtotalIva0": 0,
"ice": 0,
"iva": 1.82,
"currency": "COP"
},
"metadata": {
"customerId": "123"
},
"contactDetails": {
"documentType": "CC",
"documentNumber": "1009283738",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+593912345678"
},
"orderDetails": {
"siteDomain": "tuebook.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address": "Eloy Alfaro 139 y Catalina Aldaz",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"zipCode": "170402"
},
"billingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address": "Eloy Alfaro 139 y Catalina Aldaz",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"zipCode": "170402"
}
},
"productDetails": {
"product": [
{
"id": "198952AB",
"title": "eBook Digital Services",
"price": 6990000,
"sku": "10101042",
"quantity": 1
},
{
"id": "198953AB",
"title": "eBook Virtual Selling",
"price": 9990000,
"sku": "004834GQ",
"quantity": 1
}
]
},
"fullResponse": "v2"
}'{
"ticketNumber": "124824724666494118",
"transactionReference": "c897bafb-c78c-4cde-aa89-d44dd9b26ef7"
}