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' }}
@if($paymentType === 'midtrans')Click the button above to complete your payment securely via Midtrans {{ $snapToken }}
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:
- Your payment is being processed by the payment gateway
- This usually takes a few minutes to a few hours
- You will receive a confirmation email once the payment is completed
- Your booking will be automatically confirmed upon successful payment
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