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:partner_id- Ed25519 credential (
kid+ registered public key) and scopes - Webhook URL + HMAC secret (you provide the URL and secret)
- X25519 public key for card JWE (recommended / default)
- Enabled products (card products, eSIM/gift catalogs as agreed)
partner_id in the request body or URL — it comes only from the verified access token.