Error: Something Went Wrong.

Oops, something went wrong while processing the payment with Flutterwave. Please check the error details below to help you debug.

@if(isset($_GET['errors']) && is_array($_GET['errors']))
Validation Errors:
@else
Error Message:

{{ $_GET['message'] ?? 'No error message available.' }}

File:

{{ $errorFile ?? 'No file information.' }}

Line:

{{ $errorLine ?? 'No line number available.' }}

Stack Trace:
{{ $stackTrace ?? 'No stack trace available.' }}
@endif

System Information

PHP Version: {{ PHP_VERSION }}

Laravel Version: {{ \Illuminate\Foundation\Application::VERSION }}

Flutterwave x Laravel Package Version: {{ \Flutterwave\Payments\Flutterwave::VERSION ?? '1.0.3' }}

If you continue to experience issues, please contact support with the above details.