{
"merchantTransactionId": "23beb187-f8a3-44b8-9ef8-b31180358dd3",
"amount": "123.04",
"currency": "PLN",
"customer": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
},
"items": [
{
"name": "Multipla",
"price": "123.04",
"quantity": 1
}
],
"expirationDate": "2019-08-24T14:15:22Z"
}curl --location --request POST 'https://api.zen.com/v1/payment-links' \
--header 'request-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantTransactionId": "23beb187-f8a3-44b8-9ef8-b31180358dd3",
"amount": "123.04",
"currency": "PLN",
"customer": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
},
"items": [
{
"name": "Multipla",
"price": "123.04",
"quantity": 1
}
],
"expirationDate": "2019-08-24T14:15:22Z"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"createdAt": "2019-08-24T14:15:22Z"
}