Payment Links (pl_ codes)
monipay.xyz/pay/pl_[code] format, single or multi-use, expiry, amount lock.
Payment links
Generate a one-shot or reusable payment URL. Anyone with the link can pay you.
https://monipay.xyz/pay?to=@you&amount=10&chain=base&memo=Order%20123&callback=https://yoursite.com/thanks
Parameters
to, MoniTag of the recipient.amount, Decimal amount.chain,base|bsc|solana|tempo|celo|ink.memo, Optional reference.callback, URL to redirect after success.pl_[code], Preset payment link code.
Behavior
- Mobile: Opens the installed Monipay app via deep link.
- Web: Renders a hosted checkout modal.
- Success: Redirects to
callbackand triggers a webhook.