Payment Received!
Thank you for your payment. Your transaction has been completed successfully.
Payment Details
{{ $order->order_number }}
{{ $order->created_at->format('F j, Y \a\t g:i A') }}
@switch($order->payment_method) @case('chipin') Online Payment @break @case('bank_transfer') Bank Transfer @break @case('cash_on_delivery') Cash Payment @break @default {{ ucfirst(str_replace('_', ' ', $order->payment_method)) }} @endswitch
{{ ucfirst($order->payment_status) }}
{{ $order->payment_reference }}
Payer Information
{{ $order->customer_name }}
{{ $order->customer_email }}
{{ $order->customer_phone }}
{{ $order->customer_tin }}
Payment Notes
{{ $order->notes }}
What's Next?
-
Email Confirmation
A payment confirmation has been sent to your email address. -
Keep Your Receipt
Print or save this page for your records. -
Need Help?
Contact us if you have any questions about your payment.