Fund flow follows channel type
Platform sweeps to the pool; self pays merchant addresses. No third-party goods custody.
Independent payments · USDT TRC20
CHINAUSDT
Platform/self channels, HMAC orders, on-chain confirm, signed webhooks. Integer minor units, ledger-before-balance, settle once per order.
The platform retains recovery capability to help restore access. Credentials and seeds are encrypted—never plaintext at rest.
One rule set from create to settle: fund flow by channel type, zero-float ledger, no plaintext secrets.
Platform sweeps to the pool; self pays merchant addresses. No third-party goods custody.
TRC20 polling, exclusive borrow, cool-down on close, late-pay handling.
Five-line signing string; idempotent fulfillment with retries.
Tenant console for projects/channels; owner admin for tenants, fees, and ops.
Your app owns intent and fulfillment; CHINAUSDT owns collection confirm.
Create a project, take api_key / sign / webhook secrets, set notify URL.
Call /checkout/v1/orders and show the USDT address or checkout URL.
Verify signature; fulfill once by out_trade_no; return 2xx.
Integration, channel choice, and ledger rules—short and accurate.
How CHINAUSDT signs create-order requests and delivers order.paid webhooks—checklist for engineering leads.
The real differences between CHINAUSDT platform and self channels: sweep target, payout path, and key custody.
CHINAUSDT stores amounts as integer minor units, writes ledger before balance, and settles once per order.
Configure keys in the tenant console, or start with the articles for a tech review.