跳转到内容

Quickstart

  1. Call the API with your API Key and API Secret to create a payment and receive a deposit address and amount.
  2. The payer sends the agreed token to that address on-chain (launch networks often include TRC-20 USDT on TRON).
  3. After on-chain confirmations, we POST a payment.paid webhook to the notifyUrl from the create request.
  4. You may also poll GET /v1/payments/:paymentId for status.
ItemDescription
API root URLProvided by sales, denoted {baseUrl}, e.g. https://api.example.com
API Key / SecretHMAC signing for API requests
Webhook SecretVerifies payment.paid callbacks (not the API Secret)
HTTPS notifyUrlRequired on create; must be a public HTTPS endpoint