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": "MXN",
"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": "CURP",
"documentNumber": "ABCD123456EF",
"phoneNumber": "+525512345678"
},
"orderDetails": {
"siteDomain": "example.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+525512345678",
"address": "Centro 123",
"city": "Ciudad de México",
"region": "CDMX",
"country": "Mexico"
},
"billingDetails": {
"name": "John Doe",
"phone": "+525512345678",
"address": "Centro 123",
"city": "Ciudad de México",
"region": "CDMX",
"country": "Mexico"
}
},
"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
}
}'