API checkout
How sessions work: your server calls
POST /api/v1/merchant/checkout-session
with header X-Merchant-Key
and JSON body {"amount":10.50}
(optional "note").
Open the returned checkout_url — it includes ?cs=… and loads the pay screen once.
Visiting this URL without ?cs= only shows this fallback form (manual amount).