Skip to main content

Hosts and auth

Address format

  • EVM: all-lowercase OR a correct EIP-55 checksum.
  • Tron / Solana: Base58 verbatim.
The mnemonic suffixes called out in the docs are uppercase for readability; the wire-format addresses are all-lowercase.

Scenario suffixes

Simulate endpoints

Index by entity

Index by lifecycle state

Payouts Deposits Orders Applications

Index by error code

See the Error catalog for the full code list and per-code playbooks.

Public failure codes

Sandbox simulate endpoint errors

These codes are returned as HTTP errors by sandbox simulate endpoints. They are not failureCode values on transactions.

HTTP status code legend

Webhook event topics (most common)

  • application.approved / application.rejected
  • transaction.created / transaction.completed / transaction.failed / transaction.cancelled
  • transaction.awaiting_sender_information
  • order.failed
  • customer.activated
  • virtual_account.activated
See the webhooks reference for the full topic list and signature scheme.

See also