token provided by Kushki which represents the customer's credit card.deferred object with creditType, graceMonths, and months.graceMonths as "00".01 — Standard Installments:"deferred": {
"graceMonths": "00",
"creditType": "01",
"months": 6
}months parameter directly:"months": 3threeDomainSecure object in your request.initialRecurrence in the transactionMode parameter.subsequentRecurrence in transactionMode.initialRecurrenceReference field.Endpoint time out: 29 sec
Got a suggestion on this documentation? Contact Us.
curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/charges' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "f5c64f7ac8ea42d5a58dcdc74de973dc",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 20000,
"ice": 0,
"iva": 0,
"currency": "COP"
},
"metadata": {
"Referencia": "987654"
},
"contactDetails": {
"documentType": "CC",
"documentNumber": "1009283738",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+573012345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+573012345678",
"address1": "Eloy Alfaro 139 y Catalina Aldaz",
"address2": "centro 123",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"address": "Calle 100 # 10-20",
"zipCode": "110111"
},
"billingDetails": {
"name": "John Doe",
"phone": "+573012345678",
"address1": "Eloy Alfaro 139 y Catalina Aldaz",
"address2": "centro 123",
"city": "Bogotá",
"region": "Cundinamarca",
"country": "Colombia",
"address": "Calle 100 # 10-20",
"zipCode": "110111"
}
},
"productDetails": {
"product": [
{
"id": "198952AB",
"title": "eBook Digital Services",
"price": 10000,
"sku": "10101042",
"quantity": 1
},
{
"id": "198953AB",
"title": "eBook Virtual Selling",
"price": 6980,
"sku": "004834GQ",
"quantity": 1
}
]
},
"webhooks": [
{
"events": [
"approvedTransaction",
"declinedTransaction"
],
"headers": [
{
"label": "json",
"value": "12"
}
],
"urls": [
"https://eof2hhkrta4ooo1.m.pipedream.net"
]
}
],
"webhooksChargeback": [
{
"events": [
"initialized",
"pending",
"review",
"approval",
"declined",
"failed",
"expired"
],
"headers": [
{
"label": "json",
"value": "12"
}
],
"urls": [
"https://eof2hhkrta4ooo1.m.pipedream.net"
]
}
],
"fullResponse": "v2"
}'{
"ticketNumber": "922513792073660814",
"transactionReference": "6f16659e-b711-4995-a9ae-161aecbd6521"
}