Payment Processing

Your payment is being processed. This may take a few moments.

Order Number: {{ $order->order_number }}
Amount: {{ $order->currency ?? 'MYR' }} {{ number_format($order->total_amount, 2) }}
Payment Method: {{ ucfirst($order->payment_method) }}
Status: Processing
@if($paymentForm && $paymentForm->name)
Payment For: {{ $paymentForm->name }}
@endif
Please Note: You will receive a confirmation email once the payment is processed successfully.

If you don't receive a confirmation within 15 minutes, please contact our support team with your order number.

@if($paymentForm) Back to Payment Form @endif @if($paymentForm && $paymentForm->website) Return to Website @endif
Powered by Neosolvix