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": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"currencySlug": "string",
"amount": 0,
"reference": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"note": "string",
"url": "http://example.com"
}