@php $orderCode = request()->query('order_code') ?? request()->query('order') ?? request()->query('purchaseref') ?? request()->query('Purchaseref'); $status = request()->query('status') ?? request()->query('Status') ?? 'CANCELLED'; @endphp

Payment cancelled

You cancelled the payment. If this was a mistake, go back and try again.

Status
{{ $status }}
@if(!empty($orderCode))
Order
{{ $orderCode }}
@endif
If you’re inside the app, you can safely close this page and return.