This page calls a local endpoint that runs python3 merchant-demo/create_checkout_session.py and returns a
chk_... session token. The hosted checkout itself uses only the session endpoints.
Also available: Create payout (client withdrawal)
amount_usd and client_order_id; corridor is set in checkout with POST …/select (Steps 3–5 in checkout_flow.md §4).GET …/fx-quote before select when the order has amount_usd.PAYXEA_SUCCESS_URL / PAYXEA_CANCEL_URL / PAYXEA_ERROR_URL are read from payxea_customer/.env by the server script and sent only on POST /api/v1/orders/; they are not exposed to the checkout page.Ready.