Merchant-facing product site

API overview for checkout, stores, and webhooks

API ориентирован на merchant checkout, store-level credentials, webhook flow и settlement-aware operations.

API overview

Payments, stores, and merchant event flow

API ориентирован на merchant checkout, store-level credentials, webhook flow и settlement-aware operations.

Authentication

Store-scoped credentials для payment creation, checkout и callbacks.

Payments

Создание hosted payment sessions и отслеживание status transitions.

Webhooks

Получение payment lifecycle и settlement events в своем 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.