Skip to main content
This is the fast path: token → list products → make money move. Every command is copy-paste. Target time: under 5 minutes.
1

Get your keys

Sign up in the Dashboard and create an API key under Settings → Developer. You get a keyId and a secret, scoped to a sandbox environment by default.
2

Exchange them for a token

The token is a Bearer JWT valid for ~1 hour. On any 401, just run this again. See Authentication.
3

Make your first call

You should see your configured loan products. That confirms auth works.
4

Make money move (the fun part)

Create a customer, give them a wallet, originate a loan that auto-provisions the wallet, and disburse into it.
You just onboarded a customer and disbursed a real loan — actual ledger entries on the partner bank. That is the platform working end to end. To disburse into a wallet instead, see the BNPL recipe.

Next

KYC onboarding recipe

The robust version: dedup by phone, submit documents, handle activation review.

API reference

Every endpoint, with a live “Send” playground.