Payment Failed

Unfortunately, your payment could not be processed.

@if(isset($order_id))
{{ $order_id }}
@endif @if(isset($error_code))
{{ $error_code }}
@endif
{{ $error_description ?? 'Payment was cancelled or failed' }}

Common reasons for payment failure:

  • • Insufficient balance in your account
  • • Card declined by issuing bank
  • • Transaction timeout or network issue
  • • Incorrect card details entered
@if(isset($order_id)) Try Again @endif @if(isset($callback_url) && $callback_url) Back to Website @endif

If the problem persists, please contact support.