url returned in the response to complete the payment.curl --location --request POST 'https://partner-api-stage.p100.io/v1/payment-link' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "2",
"expiresAt": "2026-08-31T21:21:35.840Z",
"reference": "example_ref_123",
"note": "example_note"
}'{
"id": "cd8a2502-d3e0-4edb-abca-e82dccaf9ec3",
"currencySlug": "eur",
"amount": 2,
"reference": "example_ref_123",
"expiresAt": "2026-08-31T21:21:35.840Z",
"note": "example_note",
"url": "https://web-stage.p100.io/payment-link/cd8a2502-d3e0-4edb-abca-e82dccaf9ec3"
}