@if (session('status') === 'provider-settings-saved')
Provider settings saved.
@endif

Aggregator float balance

BuyPower's own account balance — not your platform's wallet balances.

@if (! is_null($currentBalanceKobo))

₦{{ number_format($currentBalanceKobo / 100, 2) }}

@if ($currentBalanceKobo < ((float) $low_balance_threshold * 100))

Below your configured low-balance threshold.

@endif @elseif ($balanceError)

{{ $balanceError }}

@endif

BuyPower credentials

Mode
@foreach (['sandbox' => 'Sandbox', 'live' => 'Live'] as $value => $label) @endforeach
@if ($mode === 'live')

Live mode — real purchases will debit real money against the real BuyPower account.

@endif
@error('base_url')

{{ $message }}

@enderror
@error('low_balance_threshold')

{{ $message }}

@enderror
View provider call logs →