Merchant-facing product site

Public docs for checkout, settlement, and merchant operations

Merchants usually evaluate three things first: what the buyer sees, how their own team operates after the payment lands, and how quickly developers can integrate the flow.

Documentation

Operator-readable docs

Merchants usually evaluate three things first: what the buyer sees, how their own team operates after the payment lands, and how quickly developers can integrate the flow.

API overview

Authentication, payment creation, webhook signatures, and operational flows.

Settlement

Wallet setup, withdrawal posture, payment matching, and merchant routing.

Security

IP whitelist, 2FA, credential handling, and 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.