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.
deferred object that includes the creditType, graceMonths, and months parameters.graceMonths must be sent with the value of 00.01 (Perú's Issuer 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
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": "PEN",
"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": "DNI",
"documentNumber": "ABCD123456EF",
"phoneNumber": "+51912345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+51912345678",
"address": "Centro 123",
"city": "Lima",
"region": "Lima",
"country": "Peru"
},
"billingDetails": {
"name": "John Doe",
"phone": "+51912345678",
"address": "Centro 123",
"city": "Lima",
"region": "Lima",
"country": "Peru"
}
},
"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"
}