Payment Pending

Dear {{ $member->name ?? 'Valued Customer' }},

Your payment for booking {{ $booking->no }} is currently being processed.

Payment Details

Payment Method: {{ ucfirst($paymentType) }}

Amount: Rp {{ number_format($paymentAmount, 0, ',', '.') }}

Status: Pending

Reason: {{ $pendingReason ?? 'Payment is being processed by your bank' }}

Booking Information

Booking Number: {{ $booking->no }}

Booking Date: {{ date('d M Y', strtotime($booking->date)) }}

Total Amount: Rp {{ number_format($booking->nett, 0, ',', '.') }}

Status: Awaiting Payment Confirmation

What happens next:

Important: Please do not attempt to make another payment for this booking while the current payment is being processed to avoid duplicate charges.

If you have any questions or if the payment status doesn't update within 24 hours, please contact our customer service team.

Best regards,
Softcomp.io Team