Prerequisites
Need credentials? Contact [email protected] to register your application and receive your connect secret.
- A registered Zeam application with issued credentials
- Your connect secret (provided during application registration)
curlandjq, or the Go SDK
Base URL
All API calls use the public gateway:Authentication headers
Connect and API calls require your issued connect secret:Request OTP
Request a one-time PIN for user authentication.The user receives a one-time code via WhatsApp.
Verify OTP
Verify the OTP and authenticate the user.Save the returned
access_token — this is your bearer token for authenticated calls.Get user businesses
Retrieve the list of businesses available to the authenticated user.Pick the
associationId you want to operate with.Get wallets for an association
Retrieve wallets linked to the selected business association.Select the wallet that holds the asset you want to send from.
Sign in to Connect
The application uses the public key and secret issued during application registration to authenticate for Connect execution.Save the returned
idToken — this is your Connect bearer token.Retrieve beneficiaries
Retrieve the beneficiaries linked to the selected business association.Each beneficiary includes payment destinations (bank accounts, mobile money wallets, etc.).
Query available connectors
Use this endpoint to discover which payment connectors are available for a destination country and method.Supported methods:
| Method | Description |
|---|---|
BANK | Bank transfer |
MOMO | Mobile money |
CASH | Cash pickup |
CARD | Card payment |
WALLET | Digital wallet |
VOUCHER | Voucher / prepaid |
QR | QR code payment |
Get a quote
Create a quote for the selected connector and payment route.The quote includes the exchange rate, fees, destination amount, and a
quoteId for execution.Initiate a transaction
Create the transaction intent and receive the transaction reference required for the rest of the flow.Save the returned
transactionId.Next steps
API concepts
Understand environments, request formats, and error handling.
Authentication
Choose the right auth flow for your integration.
Connect payment flow
Detailed guide for the full cross-border payment lifecycle.
API reference
Complete endpoint reference with interactive playground.

