Quickstart
Integration flow
Section titled “Integration flow”- Call the API with your API Key and API Secret to create a payment and receive a deposit address and amount.
- The payer sends the agreed token to that address on-chain (launch networks often include TRC-20 USDT on TRON).
- After on-chain confirmations, we POST a
payment.paidwebhook to thenotifyUrlfrom the create request. - You may also poll
GET /v1/payments/:paymentIdfor status.
Prerequisites
Section titled “Prerequisites”| Item | Description |
|---|---|
| API root URL | Provided by sales, denoted {baseUrl}, e.g. https://api.example.com |
| API Key / Secret | HMAC signing for API requests |
| Webhook Secret | Verifies payment.paid callbacks (not the API Secret) |
HTTPS notifyUrl | Required on create; must be a public HTTPS endpoint |