Documentation Index
Fetch the complete documentation index at: https://docs.joinbankroll.com/llms.txt
Use this file to discover all available pages before exploring further.
Bankroll Connect
Bankroll Connect is a hosted webview your users open from inside your app to fund their account on your platform. You mint a short-lived token on your backend, open the Connect URL in an in-app browser, and receive a webhook once the user’s deposit is confirmed.How it works
Your user enters a deposit amount in your app
Your app collects the amount the user wants to fund and asks your backend for a Connect token.
Your backend mints a JWT
Sign a short-lived JWT with your partner secret key. The token carries the user’s identifier on your platform.
Your app opens the Connect URL
Open
https://api.joinbankroll.com/connect/start?token=<JWT>&amountCents=<amount> in an in-app browser. The deposit amount is passed as the amountCents query parameter.Bankroll authenticates the user and collects funds
Bankroll Connect verifies the user’s phone number, presents the available funding methods, and walks them through completing payment.
What the user sees
The Connect flow takes about 30 seconds end-to-end.




Supported funding methods
| Method | Status |
|---|---|
| Cash App | Available now |
| ACH bank transfer | Coming soon |
| Debit card | Coming soon |
Get started
Quickstart
Mint your first token and open Connect end-to-end.
Partner Portal
Get your public and secret keys.