Developers

Build on financial infrastructure

API-first, with sandbox access, stable contracts, and integration guides written for institutional engineering teams.

Quickstart

A simple payment in a sandbox call

Authenticate, submit a payment, and receive settlement confirmation through the Access Layer.

curl -X POST https://sandbox.api.usebitbank.com/v1/payments \
  -H "Authorization: Bearer $BITBANK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "100000",
    "currency": "XAF",
    "source": "inst_acct_123",
    "destination": "inst_acct_456",
    "reference": "PAY-2026-0001",
    "compliance": { "kyc_verified": true }
  }'

Build on Africa’s Settlement Layer

Talk to our team about integrating BitBank. Sandbox access, integration support, and partnership conversations for banks, MFIs, money transfer companies, governments, and regulated businesses.