Secure {{ strtolower($label) }}
Hi {{ $name }},
We’ve set up a secure payment link for your booking {{ $ref }} with {{ $brandName }}.
@if(isset($amountCents))Please pay {{ $fmt($amountCents) }} to confirm your reservation.
@elsePlease follow the link below to complete payment.
@endif
If the button doesn’t work, copy and paste this link:
{{ $payUrl }}
Reservation Summary
Reservation reference
{{ $ref }}
Name
{{ $job?->customer_name ?? '—' }}
Email
@if(!empty($job?->customer_email))
{{ $job->customer_email }}
@else
—
@endif
Phone
{{ $job?->customer_phone ?? '—' }}
Start
{{ $startTxt ?? '—' }}
End
{{ $endTxt ?? '—' }}
Amount due
{{ $fmt($amountCents) }} ({{ $ccy }})
Invoice
@if(!empty($invoiceNumber)) {{ $invoiceNumber }} @endif
@if(!empty($invoiceNumber) && !empty($invoiceUrl)) — @endif
@if(!empty($invoiceUrl)) View online @endif
About the refundable security hold
@endif
A refundable security hold of {{ $fmt($holdCents) }} may appear as “pending” on your card. It isn’t a charge. We release it after the vehicle is returned, in line with our policy. Depending on your bank, the pending authorisation may take a few days to disappear.
If your booking details change, we may issue a new link.
Thanks,
{{ $brandName }}