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.
Sovereign Funding
Top-ups are processed natively through the CashPay All network, ensuring instant credit to your account.
1. Top-up via Mobile Money
POST
/api/v1/b2b/account/topup/mobileTriggers 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/cardFunds the fleet account using a saved or new bank card.
JSON
{
"amount": 500.00,
"currency": "USD",
"cardToken": "tok_abc123..."
}