面向商户 Checkout 的非托管 USDT 收款

非托管 USDT 收款让资金直接进入商户自己的钱包,网关负责监听链上转账、匹配订单并发送签名 Webhook。

适用于
商户钱包结算
适用于
平台不托管资金
适用于
签名 Webhook 通知
非托管 USDT 收款流程
Non-custodial USDT payment flow

Merchant wallet: receives funds directly
BoltUtil: monitors chain transfers and sends webhooks
Customer: pays the generated address and exact amount

Security checks:
- network matches the order
- USDT token contract is correct
- destination address is the merchant wallet
- amount matches after decimal normalization
- webhook signature is verified before fulfillment

非托管付款监听流程

适合希望自动化 USDT Checkout,但不希望第三方平台持有客户资金的商户。

  1. 01

    商户配置 TRC20、ERC20 或 BEP20 的 USDT 收款钱包。

  2. 02

    后端创建订单并写入精确金额、网络、收款地址、notifyUrl 和 returnUrl。

  3. 03

    客户把 USDT 直接转入商户控制的地址。

  4. 04

    BoltUtil 监听链上交易,匹配成功后发送签名 Webhook。

非托管结算

资金直接进入您配置的商户钱包。BoltUtil 只负责监听链上交易和发送通知,不接触也不托管用户资金。

三条 USDT 网络

通过同一套订单 API 和统一 Webhook,接入 TRC20、ERC20、BEP20 三条主流 USDT 网络。

Webhook 自动化

当链上交易被检测并确认后,您的系统会收到带签名的回调,可自动发货、开通会员或入账。

接入要点

上线前真正重要的细节

Non-custodial does not mean unverified

The gateway still needs strict checks for network, token contract, destination address, exact amount, order state, and confirmations.

Webhook security still matters

Merchant systems should verify callback signatures and make fulfillment idempotent before granting access or shipping goods.

Wallet operations need discipline

Use clear wallet ownership, backup, monitoring, and finance reconciliation practices because funds arrive directly in the merchant wallet.

上线前商户常问的问题

这些回答帮助开发者、创始人和客服团队在接收真实 USDT 付款前理解完整支付生命周期。

非托管 USDT 收款是什么意思? +

客户资金直接转入商户钱包,网关只负责监听链上交易和发送付款通知,不持有资金。

非托管模式还能自动化 Checkout 吗? +

可以。自动化来自订单创建、转账匹配、确认数检查和签名 Webhook,而不是托管资金。

非托管收款对商户更安全吗? +

它降低了平台托管风险,但商户仍需要做好钱包管理、签名校验、幂等履约和对账。

相关资源

上线更清晰的 USDT 收款流程

创建订单、监听转账并通知您的后端,不再要求客户发送付款截图。

创建免费账户