{{ __('Self-Payment') }}

Business Plan Self-Payment

Pay for your own subscription to reduce your company's business plan costs.

Your Company Information

Company: {{ $employee->business->name }}
Your Status: {{ $employee->status }}
@if($eligibility['eligible'])

You're Eligible for Self-Payment!

{{ $eligibility['message'] }}

@if(isset($eligibility['data']))
${{ $eligibility['data']['amount_dollars'] }}
Payment Amount
{{ $eligibility['data']['business_plan']['current_quantity'] }}
Current Plan Quantity
{{ $eligibility['data']['business_plan']['duration_months'] }} month(s)
Plan Duration
@endif
Make Self-Payment
@else

Not Eligible for Self-Payment

{{ $eligibility['message'] }}

@endif @if(count($payment_history) > 0)

Recent Self-Payments

@foreach(array_slice($payment_history, 0, 5) as $payment) @endforeach
Date Amount Status Plan Period
{{ $payment['paid_at'] ?? 'Pending' }} ${{ number_format($payment['amount'], 2) }} {{ $payment['status'] }} {{ $payment['business_plan']['starts_at'] }} - {{ $payment['business_plan']['ends_at'] }}
@if(count($payment_history) > 5)
View All Payment History →
@endif
@endif

How Self-Payment Works

1

You pay $20.00 to "buy out" your slot from the company plan.

2

Your company's business plan quantity is automatically reduced by 1.

3

Your company's total plan cost is reduced by $20.00.

4

You get individual coverage that extends beyond the company plan end date.

5

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