@php $orderCode = request()->query('order_code') ?? request()->query('order') ?? request()->query('purchaseref') ?? request()->query('Purchaseref'); $paymentRef = request()->query('paymentref') ?? request()->query('payment_reference') ?? request()->query('payid'); @endphp

Payment successful

Your payment was completed. You can now return to the app and check your order status.

Status
SUCCESS
@if(!empty($orderCode))
Order
{{ $orderCode }}
@endif @if(!empty($paymentRef))
Payment Ref
{{ $paymentRef }}
@endif
If you are using a WebView, intercept this URL and close the WebView.