Merchant-facing product site

Public docs for checkout, settlement, and merchant operations

商户在评估支付产品时通常先看三件事:客户会看到什么、内部团队如何运营,以及开发者能否快速接入。

Documentation

Operator-readable docs

商户在评估支付产品时通常先看三件事:客户会看到什么、内部团队如何运营,以及开发者能否快速接入。

API overview

认证、支付创建、Webhook 签名与核心运营流程。

Settlement

钱包配置、提现策略、支付匹配与商户结算路由。

Security

IP 白名单、2FA、凭证管理与运营控制。

Quickstart

Create a payment from your backend

POST /api/v1/dashboard/payments
Content-Type: application/json
Authorization: Bearer <store-api-key>

{
  "amount": "49.42",
  "ticker": "usdt",
  "network": "trx",
  "description": "Merchant invoice #2048"
}

Go deeper with guided implementation

If you already know the shape of the API, jump into the guides next and wire payment creation, branding, webhooks, and settlement step by step.