curl --location --request POST 'https://api-uat.kushkipagos.com/smartlink/v1/webcheckout' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"kind": "string",
"contactDetail": {
"email": "string",
"name": "string"
},
"redirectURL": "string",
"products": [
{
"description": "string",
"name": "string",
"quantity": 0,
"unitPrice": 0
}
],
"paymentConfig": {
"amount": {
"subtotalIva0": 0,
"currency": "CLP",
"iva": 0,
"subtotalIva": 0
},
"paymentMethod": [
"cash"
]
},
"additionalInformation": {}
}'