curl --location 'https://api-uat.kushkipagos.com/smartlink/v2/smart-link' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"publicMerchantId": "20000000109815430000",
"merchantName": "mi-comercio-chile",
"paymentConfigType": "fixed",
"paymentConfig": {
"paymentType": "unique",
"paymentMethod": [
"credit-card",
"transfer",
"cash"
],
"amount": {
"subtotalIva": 0,
"subtotalIva0": 10000,
"iva": 0,
"currency": "CLP"
}
},
"generalConfig": {
"productName": "Producto de ejemplo",
"description": "Descripción del producto",
"productImage": "https://yoursite.com/product.jpg",
"brandLogo": "https://yoursite.com/logo.png",
"executionLimit": 100,
"showTimer": false,
"enabled": true,
"termsAndConditions": "https://yoursite.com/terms"
},
"styleAndStructure": {
"structure": "checkout",
"buttonStyle": "round",
"primaryColor": "#1A4CFF"
},
"contact": {
"email": "user@example.com",
"phoneNumber": "+56912345678"
},
"formConfig": [
{
"name": "nombres",
"label": "Nombre completo",
"placeholder": "Nombre completo",
"type": "input",
"required": true,
"selected": true
}
],
"language": "es"
}'