Share a URL. No backend code required.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.
Payment link URL
mystore → https://merchant.minisend.xyz/pay/mystore.
The page shows your business name, logo, payout currency, and a live exchange rate preview. The customer enters a USDC amount (10,000) and is taken to the hosted checkout.
Merchant info endpoint
For custom payment pages or live rate previews. Public — no auth.Query
Your payment link slug.
Examples
Response
Shown beneath the business name.
KES, NGN, GHS, or UGX.MOBILE, BUY_GOODS, PAYBILL, or BANK_TRANSFER.Local currency per 1 USDC. Best-effort —
null if the upstream rate provider is unreachable.404 if the slug doesn’t exist or the merchant is inactive.
Payment link session creation
The hosted/pay/{slug} page calls this endpoint when the customer submits the form. Documented for transparency — you don’t call it directly.
Body
| Field | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | Merchant’s slug |
amount | number | Yes | USDC, 0.01 to 10000 |
description | string | No | Optional note |

