API overview
认证、支付创建、Webhook 签名与核心运营流程。
Merchant-facing product site
商户在评估支付产品时通常先看三件事:客户会看到什么、内部团队如何运营,以及开发者能否快速接入。
Documentation
商户在评估支付产品时通常先看三件事:客户会看到什么、内部团队如何运营,以及开发者能否快速接入。
认证、支付创建、Webhook 签名与核心运营流程。
钱包配置、提现策略、支付匹配与商户结算路由。
IP 白名单、2FA、凭证管理与运营控制。
Quickstart
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"
}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.