Solutions
PayinPayoutAcquiring
Use cases Documentation Blog

Payin · Order-level collection

Stablecoin payments that match themselves to orders

Every order gets its own address, a webhook the moment funds arrive, and a checkout in your brand.

Customer pays One address per order Screened in real time Credited · webhook Fiat at T+1

Trusted by payment companies and proven in production

AlchemyPayTransakInfiniTruBit
01What you get

Order-level collection, end to end

Four things Payin handles that a plain wallet address cannot.

1

One address per order

Funds match themselves to orders — nothing missed, nothing mismatched.

2

Real-time notifications

Webhooks push payment status the moment funds arrive.

3

Exceptions handled

Standard APIs for overpaid, underpaid and late payments.

4

Brandable checkout

Desktop and mobile ready, fully customizable.

Checkout
Amount due100.00 USDT
NetworkTron (TRC-20)
TXk9…f3Qz  ·  dedicated address
Pay now

Your system is called back automatically

02Payment modes

Three ways to collect, one money path

Pick the mode that matches your business; the flow underneath stays identical.

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

Deposit mode

Best for
Account top-ups and stored value
Addressing
A fixed dedicated address per user, unlimited deposits
Automation
Webhooks with automatic sweeping

Subscription mode

Best for
SaaS recurring billing
How it works
Authorized auto-debit, built on order mode

The money path is identical across modes: collect → screening → sweep to a dedicated pool → convert → fiat payout. Risky funds are returned to the sender.

03Developer guide

Create an order, listen for the webhook

Secure by default from the first request, with a sandbox that runs the full flow.

accept-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 }

Endpoint names and payloads are illustrative and get replaced from the developer portal.

04Compliance

Compliance built in, not bolted on

Every transfer is screened before it settles, and funds that fail screening are returned to the sender.

SOC 2 Type I and Type II ISO 27001 Hong Kong TCSP and Trust registration Lithuania crypto license US MSB registration
See the full trust record
05Your questions

Straight answers on collection

What happens when a customer overpays, underpays or pays late?

Standard APIs cover overpaid, underpaid and late payments, so exceptions resolve inside your flow instead of a support queue.

What happens when a payment fails screening?

Funds that fail screening are never credited to your account. They are returned automatically to the sender and every return is recorded for audit.

Can the checkout carry our brand?

Yes. The checkout is fully customizable and ready for desktop and mobile, so the payment page stays yours.

Do you support recurring billing?

Subscription mode builds on order mode with authorized auto-debit, which suits SaaS recurring billing.

Ready to collect your first order

You get a working test environment within a week and a 45-minute scoping call with our payments lead.