{{ __('Payment Successful') }}

Payment Successful!

Your self-payment has been processed successfully.

Payment Details

Payment ID: #{{ $self_payment->id }}
Transaction ID: {{ $self_payment->transaction_reference }}
Amount Paid: ${{ number_format($self_payment->amount_in_dollars, 2) }}
Payment Date: {{ $self_payment->paid_at->format('M j, Y g:i A') }}
Company: {{ $employee->business->name }}
Employee: {{ $employee->full_name }}
Payment Method: {{ str_replace('_', ' ', $self_payment->payment_method) }}
Status: {{ $self_payment->status_label }}

Impact Summary

Company Plan Changes

-1
Plan Quantity Reduced
-${{ number_format($self_payment->amount_in_dollars, 2) }}
Company Cost Reduced

Company plan end date remains: {{ $self_payment->businessPlan->ends_at->format('M j, Y') }}

Your Individual Coverage

+{{ $self_payment->businessPlan->duration_months }}
Month(s) Extended
{{ $self_payment->businessPlan->ends_at->copy()->addMonths($self_payment->businessPlan->duration_months)->format('M j, Y') }}
Your Coverage Until

You now have individual coverage that extends beyond the company plan

What's Next?

1

You now have individual coverage until {{ $self_payment->businessPlan->ends_at->copy()->addMonths($self_payment->businessPlan->duration_months)->format('M j, Y') }} - extending beyond your company's plan.

2

Your company's business plan costs have been reduced by ${{ number_format($self_payment->amount_in_dollars, 2) }} while maintaining the same end date.

3

You have "bought out" your slot from the company plan and now have independent coverage.

4

You continue to have full access to all telemedicine services through your extended individual coverage.

5

You can view this payment and any future payments in your payment history.

6

A receipt has been sent to your email address: {{ $employee->email }}

Go to Dashboard View Payment History