Examples
Three common flows, mapped to the calls involved.
E-commerce checkout
POST /v1/invoicewith the cart total in fiat → get aninvoice_url.- Redirect the buyer to the hosted checkout.
- On the confirmation webhook, mark the order paid; reconcile via status.
iGaming deposit & payout
POST /v1/invoiceswithplayer_id→ a blocked player is refused before an address is issued.- Credit the player’s balance on the confirmation webhook.
POST /v1/payouts(or a batch) to pay winnings on-chain, under policy limits.
Card-to-crypto (UPI) deposit
- Create an order; the customer pays via the on-ramp by card or UPI.
- The on-ramp forwards USDC on Polygon to the deposit address.
- Payzuno detects it on-chain and credits — never from the callback. See card-to-crypto.