curl --location --request POST 'https://api-uat.kushkipagos.com/smartlink/v1/smart-link' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"publicMerchantId": "string",
"colors": {
"banner": "string",
"buttons": "string",
"steps": "string"
},
"logo": "string",
"paymentMethod": "credit-card",
"terms": "string",
"transferOptions": {
"nit": "string",
"socialReason": "string",
"contact": "string"
},
"subscriptionOptions": {
"planName": "string",
"periodicity": "daily",
"terms": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"amount": {
"subtotalIva0": 0,
"subtotalIva": 0,
"iva": 0,
"currency": "USD"
},
"retryConfiguration": "Three days in a row starting at startDate"
},
"expiration": 0,
"executionLimit": 0,
"metadata": {
"title": "string",
"description": "string",
"image": "string"
},
"amount": {
"subtotalIva0": 0,
"subtotalIva": 0,
"iva": 0,
"currency": "USD"
},
"form": [
{
"type": "date",
"label": "string",
"name": "string",
"placeholder": "string",
"validation": [
"required"
]
}
]
}'