Accept your first payment in five minutes with the Hosted Payment Page
This guide takes you from zero to a completed test payment using the
Hosted Payment Page — the integration path that
requires no PCI compliance on your side.
Call POST /v1/payments/hpp with the amount (in minor units), the customer’s
billing details, and a return_url — the page on your site where the customer
lands after paying.
Send the customer to next_action.redirect_url. Flowlix renders a secure,
mobile-friendly payment page where they enter their card details.In test mode, pay with a test card, for example
4111 1111 1111 1111 with any future expiry date and any CVC.
After the customer completes (or abandons) the page, Flowlix redirects them to
your return_url.
The redirect to return_url is a UX signal only — it does not confirm
payment. The customer may close the browser before the redirect, or the
payment may still be processing. Always confirm the outcome with the API.
SUCCEEDED means the funds were collected — you can fulfil the order. See
Payment lifecycle for every status and how to
react to it. For real-time updates without polling, subscribe to
webhooks.