Skip to main content

Base URLs

Both environments expose the same endpoints. Use sandbox for development and testing — no real funds are involved.

Authentication

All requests require a Bearer token in the Authorization header:
See Authentication for details on key management.

Request format

  • Request bodies use Content-Type: application/json
  • All IDs are prefixed strings (e.g., acct_, bene_, quote_, txn_)
  • Amounts are decimal strings in major units (e.g., "10.50")

Response format

  • Successful responses return the resource directly (single object) or a paginated list
  • Error responses follow a standard envelope with code, message, and requestId
  • Every object includes an object field identifying its type

Endpoints

Accounts

Quotes

Beneficiaries

Payouts