Authentication
Store-scoped credentials для payment creation, checkout и callbacks.
Merchant-facing product site
API ориентирован на merchant checkout, store-level credentials, webhook flow и settlement-aware operations.
API overview
API ориентирован на merchant checkout, store-level credentials, webhook flow и settlement-aware operations.
Store-scoped credentials для payment creation, checkout и callbacks.
Создание hosted payment sessions и отслеживание status transitions.
Получение payment lifecycle и settlement events в своем backend.
Example webhook payload
{
"event": "payment.completed",
"payment_id": "7a0612a8-cd23-408e-887f-0b5aa51b9b56",
"ticker": "USDT",
"network": "TRC20",
"amount": "49.420185",
"status": "completed",
"confirmations": 19
}Use the API overview to understand the surface, then switch into guides and docs for full merchant launch flow, checkout branding, and webhook integration.