非托管结算
资金直接进入您配置的商户钱包。BoltUtil 只负责监听链上交易和发送通知,不接触也不托管用户资金。
非托管 USDT 收款让资金直接进入商户自己的钱包,网关负责监听链上转账、匹配订单并发送签名 Webhook。
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,但不希望第三方平台持有客户资金的商户。
商户配置 TRC20、ERC20 或 BEP20 的 USDT 收款钱包。
后端创建订单并写入精确金额、网络、收款地址、notifyUrl 和 returnUrl。
客户把 USDT 直接转入商户控制的地址。
BoltUtil 监听链上交易,匹配成功后发送签名 Webhook。
资金直接进入您配置的商户钱包。BoltUtil 只负责监听链上交易和发送通知,不接触也不托管用户资金。
通过同一套订单 API 和统一 Webhook,接入 TRC20、ERC20、BEP20 三条主流 USDT 网络。
当链上交易被检测并确认后,您的系统会收到带签名的回调,可自动发货、开通会员或入账。
接入要点
The gateway still needs strict checks for network, token contract, destination address, exact amount, order state, and confirmations.
Merchant systems should verify callback signatures and make fulfillment idempotent before granting access or shipping goods.
Use clear wallet ownership, backup, monitoring, and finance reconciliation practices because funds arrive directly in the merchant wallet.
这些回答帮助开发者、创始人和客服团队在接收真实 USDT 付款前理解完整支付生命周期。
客户资金直接转入商户钱包,网关只负责监听链上交易和发送付款通知,不持有资金。
可以。自动化来自订单创建、转账匹配、确认数检查和签名 Webhook,而不是托管资金。
它降低了平台托管风险,但商户仍需要做好钱包管理、签名校验、幂等履约和对账。
创建订单、监听转账并通知您的后端,不再要求客户发送付款截图。
创建免费账户