Merchant-facing product site

Public docs for checkout, settlement, and merchant operations

Merchant buyer обычно сначала смотрит на три вещи: что увидит клиент, как будет работать команда после оплаты, и насколько быстро разработчики подключат интеграцию.

Documentation

Operator-readable docs

Merchant buyer обычно сначала смотрит на три вещи: что увидит клиент, как будет работать команда после оплаты, и насколько быстро разработчики подключат интеграцию.

API overview

Аутентификация, создание payments, webhook signatures и operational flows.

Settlement

Настройка wallets, withdrawal posture, payment matching и merchant routing.

Security

IP whitelist, 2FA, работа с credential'ами и operator controls.

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.