Payments & Transfers

CapetoCairo.
Wallet,bank,cardinterconnected.

Send money across African corridors in seconds. Mobile-money wallet to wallet, bank to wallet, card to bank. One API across every transfer rail the continent runs on.

Cross-border transfer
FromJohannesburgR 1,200.00
ToLagos₦ 102,400.00
Settled · 2.4 sFX 85.33
The footprint, by numbers

Infrastructure you can count, in numbers that don't need decoration.

0+
MNO direct connections
Across the continent
0M+
SMS / month throughput
Sustained, not peak
0
Nations served
Botswana → Nigeria
0/sec
Sustained SMS peak
Per-customer capacity
Capabilities

Every rail. Every corridor.

Wallet-to-wallet through MTN MoMo, M-Pesa, Airtel Money. Bank-to-wallet via direct settlement partnerships. Card-to-bank with PCI-compliant tokenization.

Wallets

MoMo · M-Pesa · Airtel Money.

Direct wallet bindings on every major African mobile money network.

Banks

ISO 20022 messaging.

Bank-to-wallet and bank-to-bank corridors via direct settlement.

FX

Live mid-market rates.

No hidden margin — you see the rate, your customer sees the rate.

Compliance

KYC, sanctions, AML.

Every transfer screened against OFAC, UN, regional sanctions lists.

Settlement

Same-day where the network allows.

Wallet rails settle in seconds; bank rails on regulatory cutoff.

Two lines of code

Send a wallet-to-wallet transfer across borders.

Source rail, destination rail, amount, currency — the API handles routing, FX, and settlement. One call returns the quote; one call commits the transfer.

curl https://api.blackkonnect.io/v1/transfers \
  -H "Authorization: Bearer $BK_API_KEY" \
  -d '{
    "source":      { "rail": "momo_zar", "from": "+27821234567" },
    "destination": { "rail": "momo_ngn", "to":   "+2348031234567" },
    "amount":      1200,
    "currency":    "ZAR"
  }'