@extends('emails.layouts.content') @section('emailContent') @if($attempt == 1)
Hi {{$name_practitioner ?? ''}},
The payment for {{$client_full_name ?? ''}} was unsuccessful. We’ll automatically retry their card in 24 hours, unless the client completes the payment via the link we sent.
If you’d prefer not to retry the payment, you can cancel the attempt by going to Payment Plans > Eye Icon > Cancel Payment.
You also have the option to cancel the entire plan if needed.
We’ll keep you updated on whether the retry attempt was successful or not.
Warm regards,
My Appointments team
@elseif($attempt == 2)Hi {{$name_practitioner ?? ''}},
The payment plan for {{$client_full_name ?? ''}} has failed again. We’ll attempt to charge the card once more in 72 hours, unless the client completes the payment via the link sent.
If you’d prefer not to retry the payment, you can cancel the attempt by going to Payment Plans > Eye Icon > Cancel Payment.
You also have the option to cancel the entire plan if needed.
We’ll keep you updated on whether the retry attempt was successful or not.
Warm regards,
My Appointments team
@elseif($attempt == 3)Hi {{$name_practitioner ?? ''}},
The third payment attempt for {{$client_full_name ?? ''}} was not successful.
No further retry attempts for this payment or any future ones will be made.
You can manually charge the card by going to Payment Plans > Eye Icon > Pay Now, or select Send to issue a payment link to the client in line with your terms and conditions.
Once payment is up to date, any future payments will continue as scheduled.
Warm regards,
My Appointments team
@endif @endsection