POST /v1/auth/token to obtain an access token.
Application secret: The secret sent on every protected request as the
x-zeam-auth header. Issued at registration as the apiKey.
Access token: A short-lived bearer token used in the Authorization
header. See Access tokens.
Wallet: An account that holds balances and has a Stellar public key
(G…). See the API reference.
Beneficiary: A saved recipient (individual or business) under an
association.
Connector: A payment provider integration for a specific corridor,
exposed via GET /v1/connectors.
Corridor: A combination of country, payment method, and direction
(on-ramp or off-ramp) that a connector serves.
Quote: A priced send or receive offer for a connector and amount, with a
rate, fees, and an expiry.
Intent: A transaction intent describing what should happen. Created with
POST /v1/intents and tracked by its state.
Payment: The execution of an intent, submitted for processing via
POST /v1/payments and accepted asynchronously.
Webhook: A registration that delivers payment-intent events to your
endpoint. Registered in the business portal; listed via
GET /v1/webhooks. See Webhooks.
Problem response: The RFC 7807 error format returned as
application/problem+json.
Request ID: The X-Request-Id on every response (mirrored as requestId
in problem bodies), used to trace a request in support.