API checkout

Demo Merchant

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).

API merchant checkout fallback

Minimum: $1.00