Flow documentation
Everything you need to integrate Flow — a checkout-as-a-service platform built for ambitious merchants in MENA. The platform handles gateway orchestration, 3DS, tokenization, refunds, and webhooks so you can focus on your product.
Where to start
Quickstart
Accept your first payment in 10 minutes.
ReadAuthentication
API keys, prefixes, and rotation.
ReadSDKs
Node, browser, mobile — all official.
ReadAPI Reference
Interactive, tryable, OpenAPI 3.1.
ReadArchitecture in 30 seconds
- Your server creates a checkout session via the API (uses your secret
mp_test_*/mp_live_*key). - Your client (browser / iOS / Android) opens the hosted checkout using the returned
sessionToken. - The customer completes payment on minnha's PCI-DSS SAQ-A page — card data never touches your code.
- minnha sends a signed webhook to your server with the result (and invoice details when billing is enabled).
- Your customer is redirected back to your
successUrl/cancelUrl.