subscriptionId that was created in the Create a recurring charge endpoint.Got a suggestion on this documentation? Contact Us.
Product in beta version in Ecuador 🇪🇨 🔐👨💻
We are working on our beta version. Stay tuned for its official release! You can also contact your account manager for more information.
threeDomainSecure object in your request.deferred object that has the creditType, graceMonths and months.creditType when executing the charge), the available months and the months of grace, as shown in the following example response. {
name: "Diferido con intereses",
type: "002",
months: ["3", "6"],
monthsOfGrace: ["1", "2", "3"]
}deferred object that includes the creditType, graceMonths, and months parameters.graceMonths must be sent with the value of 00.01 (Colombia, Perú, and Chile's Issuer Installments) "deferred": {
"graceMonths": "00",
"creditType": "01",
"months": 6
}"deferred": {
"graceMonths": "00",
"creditType": "03",
"months": 3
}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 --request POST 'https://api-uat.kushkipagos.com/subscriptions/v1/card/' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "es",
"amount": {
"subtotalIva": 15160,
"subtotalIva0": 0,
"ice": 0,
"iva": 2879,
"currency": "COP"
},
"metadata": {
"customerId": "123"
},
"contactDetails": {
"documentType": "CC",
"documentNumber": "1009283738",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+573012345678"
},
"orderDetails": {
"siteDomain": "tuebook.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+573012345678",
"address": "Calle 26 # 96J-66",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"zipCode": "110221"
},
"billingDetails": {
"name": "John Doe",
"phone": "+573012345678",
"address": "Calle 26 # 96J-66",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"zipCode": "110221"
}
},
"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"
}