Five steps from sign-up to a working checkout.Documentation Index
Fetch the complete documentation index at: https://docs.minisend.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Sign up
Create an account at merchant.minisend.xyz with email or Google.
Configure payout
In Settings, set your business name, payout currency (KES, NGN, GHS, or UGX), and payout method (M-Pesa, mobile money, or bank).
Generate an API key
Open API Keys → New Key. Copy the
ms_live_... value immediately — it’s shown only once.Create a checkout session
amount is in USDC. The customer can pay it as USDC or USDT-equivalent.201):Redirect and listen
Send the customer to Or poll
checkout_url. When settlement completes, Minisend POSTs to your configured webhook URL:GET /api/merchant/checkout/{session_id} — no auth required.
