Public now
Representative API shapes, event examples, product integration paths, and sandbox-access expectations.
Explore how Mozaca products expose wallet, treasury, digital-asset operations, ledger, compliance, and webhook surfaces across controlled-access environments.
The developer surface is built to make the integration model rich and reviewable. Final credentials, exact schemas, SDK packages, and environment URLs should be inserted after senior approval.
Public now
Representative API shapes, event examples, product integration paths, and sandbox-access expectations.
Inserted later
Approved OpenAPI artifacts, environment URLs, credentials, SDK packages, webhook secrets, and production runbooks.
Review purpose
Give senior stakeholders and technical buyers enough structure to approve layout, content model, and infrastructure direction.
Documentation first, API guide next, SDK requirements when the operating model is clear, and sandbox once the approved access path is ready for controlled testing.
Concept guides, integration patterns, environment setup, idempotency, and error handling. Read before you build.
Resource shapes for wallets, transfers, ledger, treasury, asset operations, webhooks, and launch gates.
Typed SDK requirements are scoped around auth, retries, pagination, idempotency, and webhook signing.
Non-production environment with seed data, simulated rails, and replayable webhooks. Issued after qualification.
The public site does not expose live credentials. It should still make the implementation shape clear enough for technical buyers and senior reviewers to qualify fit.
Create wallets, read balances, initiate transfers, and receive settlement events.
Configure accounts, approvals, payment batches, reconciliation, and exports.
Trace derived balances, journal entries, matching state, receipts, and exception queues.
Expose KYC, KYB, sanctions, transaction monitoring, Travel Rule where applicable, limits, review, and evidence outcomes.
Map signer roles, policy limits, risk state, and evidence-backed transfer approvals.
Subscribe to transaction, approval, ledger, policy, and reconciliation lifecycle events.
These examples are representative of the surface we discuss in sandbox review. Final payloads, signatures, credentials, and environment hosts depend on product, rail, region, compliance scope, and partner approvals.
POST /v1/transfers
{
"source": "wallet_kes_184250",
"destination": {
"type": "mobile_money",
"network": "partner_mobile_money",
"phone": "+2547..."
},
"amount": "2500.00",
"currency": "KES",
"metadata": {
"customer_ref": "pilot-user-184"
}
}{
"id": "evt_01HZX7",
"type": "transfer.settled",
"product": "fedha",
"created_at": "2026-05-25T09:24:18Z",
"data": {
"transfer_id": "tr_9K42",
"status": "settled",
"rail": "partner_mobile_money",
"ledger_state": "matched"
}
}White-label · Mobile money
Partner environment
Primary users
Wallet customers, agents, merchants, operations teams, compliance/admin teams
Regions
Multi-jurisdiction by configuration; regulatory packs and rails selected per client
Rails
Mobile money, trust accounts, merchant paybills/tills, bank interfaces, and partner-approved future corridors
Integration surfaces
Customer app, web app, APIs, webhooks, statements, reports, exports
Business · Treasury
Partner access
Primary users
CFO teams, fintech operators, marketplace finance teams
Regions
Configured per licensed partner, banking rail, and corridor
Rails
Local accounts, mobile money, ACH, SEPA, wire/SWIFT partners
Integration surfaces
Treasury console, payment APIs, approval events, accounting exports
White-label · Digital assets
Qualified access
Primary users
Customers, client admins, developers, Mozaca operators, compliance reviewers
Regions
Configured by client market, regulatory path, and approved provider coverage
Rails
Approved digital-asset routes, payout networks, settlement partners, payment providers
Integration surfaces
Web and mobile apps, USSD, OpenAPI, SDKs, webhooks, service APIs
Technical buyers can now review the intended shape of authentication, wallets, treasury, transfers, webhooks, environments, and idempotency before requesting sandbox access.
Submit product, company, region, rails, and launch timeline through the demo request flow.
We route the request to walkthrough, sandbox review, pilot scoping, or partner diligence.
Qualified teams receive API surface, event model, sample flows, and implementation milestones.