curl --location --request POST 'https://api-uat.kushkipagos.com/smartlink/v2/smart-link' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"publicMerchantId": "string",
"merchantName": "string",
"paymentConfigType": "fixed",
"paymentConfig": {
"paymentType": "unique",
"amount": {
"currency": "CLP",
"subtotalIva": 0,
"subtotalIva0": 10000,
"iva": 0,
"ice": 0,
"extraTaxes": {
"iac": 0,
"tasaAeroportuaria": 0,
"agenciaDeViaje": 0
}
},
"paymentMethod": "cash",
"subscriptionOptions": {
"amount": {
"currency": "CLP",
"subtotalIva": 0,
"subtotalIva0": 10000,
"iva": 0,
"ice": 0,
"extraTaxes": {
"iac": 0,
"tasaAeroportuaria": 0,
"agenciaDeViaje": 0
}
},
"periodicity": "daily",
"planName": "string",
"startDate": "2019-08-24",
"terms": "string"
},
"mixedOptions": {
"numberOfFees": 0,
"periodicity": "daily",
"subscriptionDay": 0
},
"fastPayments": [
"APPLE_PAY"
]
},
"paymentConfig ": {
"paymentType": "unique",
"paymentMethod": "cash",
"currency": "CLP",
"taxEnabled": true,
"taxPercentage": 0,
"defaultAmount": 0,
"minAmount": 1,
"maxAmount": 1,
"fastPayments": [
"APPLE_PAY"
]
},
"generalConfig": {
"productName": "string",
"description": "string",
"productImage": "string",
"brandLogo": "string",
"executionLimit": 0,
"showTimer": true,
"enabled": true,
"termsAndConditions": "string",
"promotionalText": "string",
"expirationDate": 0,
"buyButtonText": "string",
"hidePayButtonAmount": false,
"payButtonText": "string"
},
"styleAndStructure": {
"structure": "checkout",
"coverModel": "left",
"buttonStyle": "square",
"primaryColor": "string",
"secondaryColor": "string"
},
"contact": {
"email": "string",
"phoneNumber": "string"
},
"formConfig": [
{
"label": "string",
"type": "input",
"split": true,
"required": true,
"disabled": true,
"name": "string",
"placeholder": "string",
"value": "string",
"validateEmail": true
}
],
"language": "es"
}'