Everything below is built around the flows already running in production. Pick a recipe, copy the code, get a real result.
Start in your AI editor
The fastest way in: let Claude Code or Cursor build the integration for you. Connect the docs once:Start with a recipe
Customer onboarding (KYC)
Create a customer, submit KYC, activate. Every other flow starts here.
Wallets
Open a wallet, fund it, place and capture escrow holds.
Lending
Create a loan, preview the schedule, disburse, and record repayments.
BNPL
Down-payment hold + loan + auto-sweep repayments, end to end.
Payment collections
Trigger a USSD push, poll status, record the verified payment.
First call in 5 minutes
Token to first real API response, no detours.
How it fits together
- KYC is the authoritative customer store. A customer must be active before holding wallets or loans.
- Wallets hold stored value; deposits are gateway-verified; escrow supports hold-and-capture.
- Lending originates loans, optionally linked to a wallet with an auto-sweep standing instruction for repayments.
- Collections trigger mobile (USSD) payments; verified payments post to loans or wallets.
Onboarding
How businesses join Bridge, what credentials you get, and sandbox vs production.
Before you send money
Tokens expire hourly
Tokens last about an hour. On a 401, re-generate the token and retry once — built into every recipe.