curl --location 'https://api-uat.kushkipagos.com/subscriptions/v1/card/' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "es",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 5000,
"ice": 0,
"iva": 0,
"currency": "USD"
},
"metadata": {
"customerId": "123"
},
"contactDetails": {
"documentType": "RUC",
"documentNumber": "ABCD123456EF78",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+593912345678"
},
"orderDetails": {
"siteDomain": "tuebook.com",
"shippingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address": "Centro 123",
"city": "Quito",
"region": "Pichincha",
"country": "Ecuador",
"zipCode": "64000"
},
"billingDetails": {
"name": "John Doe",
"phone": "+593912345678",
"address": "Centro 123",
"city": "Quito",
"region": "Pichincha",
"country": "Ecuador",
"zipCode": "64000"
}
},
"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
}
]
},
"threeDomainSecure": {
"collectionIndicator": "1",
"directoryServerTransactionID": "f639774c-8e7c-4966-8eba-b8bae060a6ce",
"eci": "01",
"ucaf": "kEP6n7HiTM/4h4ZhSEFIOB6iQTpv",
"specificationVersion": "2.2.0"
},
"fullResponse": "v2"
}'