This functionality is available for the following models:
☑ Acquirer
☑ Aggregator
token provided by Kushki which represents the customer's credit card.Important Notice about Transactions with BBVA Peru 🇵🇪
Starting January 1, 2025, BBVA Peru only accepts card transactions with dynamic CVV as part of its measures to enhance the security of online transactions.
Got a suggestion on this documentation? Contact Us.
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
}⚠️ 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
}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 --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": 16.98,
"ice": 0,
"iva": 0,
"currency": "COP"
},
"metadata": {
"Referencia": "987654"
},
"contactDetails": {
"documentType": "CC",
"documentNumber": "1234567890",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+593912345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address1": "Eloy Alfaro 139 y Catalina Aldaz",
"address2": "centro 123",
"city": "Quito",
"region": "Pichincha",
"country": "Ecuador"
},
"billingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address1": "Eloy Alfaro 139 y Catalina Aldaz",
"address2": "centro 123",
"city": "Quito",
"region": "Pichincha",
"country": "Ecuador"
}
},
"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"
}