Create payout (client withdrawal request)

This page calls a local demo endpoint (POST /merchant-demo/create-payout) which forwards the request to POST /api/v1/payouts/ using your merchant key server-side. New payouts are expected to start in PENDING_MERCHANT.

Request body matches POST /api/v1/payouts/: client_ref, client_wallet_number, amount_usd, country_code, and payment_method. Payable amount_local is derived from your merchant FX for the selected corridor.

Ready.