Order mode
- Best for
- E-commerce and platform orders
- Addressing
- One address per order, preset amount, auto-matching
- Automation
- Webhooks, plus APIs for over-, under- and late payments
Payin · Order-level collection
Every order gets its own address, a webhook the moment funds arrive, and a checkout in your brand.
Trusted by payment companies and proven in production
Four things Payin handles that a plain wallet address cannot.
Funds match themselves to orders — nothing missed, nothing mismatched.
Webhooks push payment status the moment funds arrive.
Standard APIs for overpaid, underpaid and late payments.
Desktop and mobile ready, fully customizable.
Your system is called back automatically
Pick the mode that matches your business; the flow underneath stays identical.
The money path is identical across modes: collect → screening → sweep to a dedicated pool → convert → fiat payout. Risky funds are returned to the sender.
Secure by default from the first request, with a sandbox that runs the full flow.
// Illustrative shape. Replace from the developer portal. POST /v2/payments/orders { merchant_id: "m_8fd21a", order_id: "ord_00417", amount: "100.00", token: "USDT", network: "TRON" } // → { pay_address: "TXk9…f3Qz", expires_at, order_ref }
// Events are pushed as they happen. Verify every one. { event: "payment.confirmed", order_ref: "ord_00417", status: "credited", screened: true } // Funds that fail screening are never credited. // They are returned to the sender and recorded for audit.
Endpoint names and payloads are illustrative and get replaced from the developer portal.
Every transfer is screened before it settles, and funds that fail screening are returned to the sender.
Standard APIs cover overpaid, underpaid and late payments, so exceptions resolve inside your flow instead of a support queue.
Funds that fail screening are never credited to your account. They are returned automatically to the sender and every return is recorded for audit.
Yes. The checkout is fully customizable and ready for desktop and mobile, so the payment page stays yours.
Subscription mode builds on order mode with authorized auto-debit, which suits SaaS recurring billing.
You get a working test environment within a week and a 45-minute scoping call with our payments lead.