Skip to main content
This API is for EMS integrators. You manage clients, legal signing, card holders, and webhooks. Transaction data arrives via webhooks, not by polling.

Base URL

What’s included

What’s NOT here

  • /me — end-user profile API (not for EMS integration)
  • /transactions query — use webhooks instead
  • Admin endpoints (global users, logs, statistics, etc.)

Auth

See Authentication.

Typical flow

  1. POST /accounts/{id}/tpas + signatories
  2. POST /accounts/{id}/organizations
  3. POST .../webhooks
  4. POST .../cardholders
  5. Receive card.transaction.* on your webhook URL
Full walkthrough → Quickstart