A unified API to unlock financial data across Africa.

Build the future of financial services

Balance
Get up-to-date and detailed user balance information.
Transactions
Retrieve up to 24 months of transaction data and stay up-to-date with webhooks.
Accounts
Retrieve names, account numbers, phone numbers, and emails for individual and joint accounts—data can be used to complement existing KYC procedures.
Designed for developers, by developers

Complex integrations reduced to a single endpoint.

Regardless of the financial institution you want to integrate with, the API remains the same.

Accounts
Transactions
Balance
1curl -X POST https://sandbox.withbrank.com/accounts
2-H 'Content-Type: application/json'
3-d '{
4 "link_token": "your_link_token goes here",
5 "access_token": "your app access token goes here",
6}'