API overview
Authentication, payment creation, webhook signatures, and operational flows.
Merchant-facing product site
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
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.
Authentication, payment creation, webhook signatures, and operational flows.
Wallet setup, withdrawal posture, payment matching, and merchant routing.
IP whitelist, 2FA, credential handling, and operator controls.
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.