Merchant-facing product site

API overview for checkout, stores, and webhooks

API 围绕 merchant checkout、store-level credentials、Webhook 与结算相关运营能力设计。

API overview

Payments, stores, and merchant event flow

API 围绕 merchant checkout、store-level credentials、Webhook 与结算相关运营能力设计。

Authentication

按 store 隔离的 credentials,用于 payment creation、checkout 与 callbacks。

Payments

创建 hosted payment session,并跟踪支付状态变化。

Webhooks

把支付生命周期与结算事件发送到你的 backend。

Example webhook payload

Merchant event callback

{
  "event": "payment.completed",
  "payment_id": "7a0612a8-cd23-408e-887f-0b5aa51b9b56",
  "ticker": "USDT",
  "network": "TRC20",
  "amount": "49.420185",
  "status": "completed",
  "confirmations": 19
}

Move from overview into implementation

Use the API overview to understand the surface, then switch into guides and docs for full merchant launch flow, checkout branding, and webhook integration.