Active Credential
{{ $activeCredential->name }} ({{ $activeCredential->environment_display }})
@if($activeCredential->last_success)
Last successful connection: {{ $activeCredential->last_success->diffForHumans() }}
@endif
Warning: No Active Credentials
MPESA payments will not work until you activate credentials.
Configured Credentials
@foreach($credentials as $credential)
@endforeach
@else
{{ $credential->name }} @if($credential->is_active) Active @endif
{{ $credential->shortcode_masked }}
{{ $credential->environment_display }}
@if($credential->urls_registered_at)
URLs Registered
@endif
@if($credential->notes)
{{ $credential->notes }}
@endif
@if($credential->last_success)
Last success: {{ $credential->last_success->diffForHumans() }}
@endif
@if($credential->last_failure)
Last failure: {{ $credential->last_failure->diffForHumans() }}
@endif
@if(!$credential->is_active)
@endif
@if($credentials->count() > 1)
@endif
No credentials configured
Add your first MPESA credentials to get started
Important Notes
- Only one credential can be active at a time
- Make sure callback URLs are publicly accessible
- Test credentials in sandbox environment first
- Keep your credentials secure and never share them
- URLs must be registered for C2B payments to work