SMS Configuration

Configure and test your Pastech Solutions SMS service integration

Current Configuration Status

API Key @if(config('services.mnotify.api_key')) Configured @else Not Set @endif
Sender ID @if(config('services.mnotify.sender_id')) {{ config('services.mnotify.sender_id') }} @else Not Set @endif

Current Balance

{{ number_format($balance['balance'] ?? 0, 2) }} {{ $balance['currency'] ?? 'GHS' }}
@if(!$balance['success'])

{{ $balance['error'] ?? 'Unable to fetch balance' }}

@endif

Setup Instructions

  1. Get your Pastech Solutions API credentials:
    • Contact Pastech Solutions to create an account and get your API credentials
    • Get your API Key and Sender ID from your account manager
    • Ensure your account has sufficient SMS credits
  2. Update your environment file (.env):
    MNOTIFY_API_KEY=your_api_key_here
    MNOTIFY_SENDER_ID=your_sender_id_here
  3. Clear configuration cache:
    php artisan config:clear
  4. Test the connection using the "Test Connection" button above

API Documentation

Support

If you're having issues with the SMS integration, check the following:

  • • Ensure your API key is valid and active
  • • Check that your account has sufficient balance
  • • Verify your sender ID is approved
  • • Check the Laravel logs for detailed error messages