Payment Confirmed!

Your payment has been successfully processed

Dear {{ $customer->name }},

We are pleased to confirm that we have received your payment for Invoice #{{ $invoice->invoice_number }}.

${{ number_format($payment->amount, 2) }}
✓ Payment Successful
Your payment has been processed and your invoice has been marked as paid.

Payment Details

Payment Reference: {{ $payment->payment_reference }}
Payment Method: {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }}
Payment Date: {{ $payment->processed_at->format('F j, Y g:i A') }}
Amount Paid: ${{ number_format($payment->amount, 2) }}

Invoice Details

Invoice Number: {{ $invoice->invoice_number }}
Invoice Date: {{ $invoice->invoice_date->format('F j, Y') }}
Status: PAID
@if($payment->sales_order_id)
📦 Order Status
Your order is now confirmed and will be processed shortly. You will receive updates on the installation schedule.
@endif

What's Next?

View Invoice

If you have any questions about your payment or service, please don't hesitate to contact us.

Thank you for choosing AFINET!

Best regards,
AFINET Team