Authentication
按 store 隔离的 credentials,用于 payment creation、checkout 与 callbacks。
Merchant-facing product site
API 围绕 merchant checkout、store-level credentials、Webhook 与结算相关运营能力设计。
API overview
API 围绕 merchant checkout、store-level credentials、Webhook 与结算相关运营能力设计。
按 store 隔离的 credentials,用于 payment creation、checkout 与 callbacks。
创建 hosted payment session,并跟踪支付状态变化。
把支付生命周期与结算事件发送到你的 backend。
Example webhook payload
{
"event": "payment.completed",
"payment_id": "7a0612a8-cd23-408e-887f-0b5aa51b9b56",
"ticker": "USDT",
"network": "TRC20",
"amount": "49.420185",
"status": "completed",
"confirmations": 19
}Use the API overview to understand the surface, then switch into guides and docs for full merchant launch flow, checkout branding, and webhook integration.