Skip to main content

IMBA Partner API

IMBA Partner API is a server-to-server HTTP API for B2B integrators. Your backend manages a USDT settlement balance and issues products (virtual cards, eSIM, gift cards) to your end customers. End users do not log into IMBA Wallet and do not receive a client JWT. All calls use your partner access token.

Capabilities

How integration works

Start here

Quickstart

Token → balance → deposit address in minutes

Authentication

Ed25519 assertion, scopes, isolation

Webhooks

HMAC signature and event catalog

API reference

Full OpenAPI endpoint list

Onboarding checklist

IMBA issues for your tenant:
  1. partner_id
  2. Ed25519 credential (kid + registered public key) and scopes
  3. Webhook URL + HMAC secret (you provide the URL and secret)
  4. X25519 public key for card JWE (recommended / default)
  5. Enabled products (card products, eSIM/gift catalogs as agreed)
You never send partner_id in the request body or URL — it comes only from the verified access token.