/pay/:businessSlug URL.
Base path: /api/v1/merchant
Endpoints
Get QR config
GET /api/v1/merchant/qr
Update QR config
POST /api/v1/merchant/qr
Update slug visibility, default currency, and display options per your dashboard schema.
Payment requests
REQUEST-type flows for ad hoc invoices: create a payable link, notify the payer, and track status.Legacy path
/payment-requests is retired. Use /requests.Create request
POST /api/v1/merchant/requests
List and get
GET /api/v1/merchant/requests?page=1&limit=20&status=PENDING
GET /api/v1/merchant/requests/:id
Payer-facing lookup and crypto pay helpers live on the public API. See Public checkout.

