Fleet Account Top-up

Programmatically fund your partner account using Mobile Money or Bank Cards to maintain operational liquidity.

Leader Automated Funding

Partners (Leaders) can automate their balance management by triggering top-ups when their fleet account balance falls below a certain threshold.

1. Top-up via Mobile Money

POST/api/v1/b2b/account/topup/mobile

Triggers a PUSH STK to the specified phone number to fund the fleet account.

JSON
{
  "amount": 100.00,
  "currency": "USD",
  "phone": "243812345678",
  "operator": "AIRTEL"
}

2. Top-up via Bank Card

POST/api/v1/b2b/account/topup/card

Funds the fleet account using a saved or new bank card.

JSON
{
  "amount": 500.00,
  "currency": "USD",
  "cardToken": "tok_abc123..."
}