{{ __('Verify Bank Account') }}

Bank Account Information

Account Name: {{ $paymentMethod->ach_account_name }}

Account Type: {{ ucfirst($paymentMethod->ach_account_type) }}

Account Number: ••••{{ $paymentMethod->ach_account_number_last_four }}

Routing Number: ••••{{ $paymentMethod->ach_routing_number_last_four }}

Verification Status: {{ ucfirst($verificationStatus['status']) }}

@if(isset($verificationStatus['attempts']))

Verification Attempts: {{ $verificationStatus['attempts'] }}

@endif @if(isset($verificationStatus['attempts_remaining']))

Attempts Remaining: {{ $verificationStatus['attempts_remaining'] }}

@endif @if(isset($verificationStatus['initiated_at']))

Initiated At: {{ $verificationStatus['initiated_at']->format('F j, Y g:i A') }}

@endif

{{ $verificationStatus['message'] }}

@if($verificationStatus['status'] === 'pending')

Verify Your Bank Account

How Bank Verification Works

  1. We've sent two small deposits (less than $1.00 each) to your bank account
  2. These deposits typically appear in 1-2 business days with a description like "ACH Verification" or "Go MD USA"
  3. Enter the exact amounts of these deposits below (e.g., $0.32 and $0.45)
  4. Once verified, your bank account can be used for payments

Please enter the amounts of the two micro-deposits that were made to your account:

You have {{ $verificationStatus['attempts_remaining'] }} verification attempts remaining. If you're having trouble, please contact support.

@elseif($verificationStatus['status'] === 'verified')

Your bank account has been successfully verified. You can now use it for payments.

@elseif($verificationStatus['status'] === 'failed')

Verification failed. Please contact support for assistance.

@else

Verification has not been initiated. Please contact support for assistance.

@endif