url to which you should redirect your customer to initiate the payment flow.curl --location --request POST 'https://partner-api-stage.p100.io/v1/hosted-checkout' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "10",
"expiresAt": "2026-02-30T21:21:35.840Z",
"reference": "example_ref_123",
"note": "example_note",
"redirectUrl": "https://example.com"
}'{
"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"
}