Skip to main content
TermMeaning
AssociationAn organisation or business entity registered on the Zeam platform. Wallets, beneficiaries, and applications are scoped to an association.
BeneficiaryA person or business that receives payments. Each beneficiary can have multiple payment destinations (bank accounts, mobile money wallets, etc.).
Bearer tokenThe idToken or access_token returned after authentication. Sent as Authorization: Bearer <token> on every API call.
ConnectorA payment provider that can deliver funds to a destination via a specific method (bank, mobile money, etc.) and corridor (country pair).
ConnectZeam’s payment routing layer that discovers corridors, quotes FX rates, and executes off-ramp/on-ramp payments through external provider networks.
CorridorA payment route defined by source asset, destination country, and delivery method.
OAuthGoogle’s authentication service. The Zeam API validates OAuth ID tokens for mobile and web app users.
OTPOne-time password — a code delivered via WhatsApp for user authentication.
Payment destinationA specific delivery target for a beneficiary (e.g., a bank account number, mobile money wallet, or crypto address).
QuoteA time-limited price offer showing the exchange rate, fees, and destination amount for a specific payment.
Ed25519A specific implementation of the Edwards-curve Digital Signature Algorithm (EdDSA), belonging to the Elliptic Curve Cryptography (ECC) family. Used for cryptographic key pair authentication — your application signs a challenge with its Ed25519 private key to prove identity.
StellarThe blockchain network Zeam uses for on-chain settlement. Assets like ZARZ, USDZ, and USDC are Stellar tokens.
WalletA custodial Stellar account managed by Zeam. Wallets hold digital assets and execute on-chain transactions.
x-zeam-authHTTP header carrying your application’s connect secret. Required for Connect endpoints. Partners must include their issued connect secret on all Connect API calls.
X-Request-IdCorrelation header present on every API response. Use it for debugging and include it in support tickets.