Payment complete
Job #{{ $job->id }} • {{ $job->title ?? 'Booking' }}
@if($startAt || $endAt)- Amount
- {{ $formatMoney((int)($payment->amount_cents ?? 0), strtoupper($payment->currency ?? ($job->currency ?? 'NZD'))) }}
- Intent
- {{ $payment->stripe_payment_intent }}
- Card
- {{ strtoupper($payment->card_brand) }} •••• {{ $payment->last4 }}
- Amount
- {{ $formatMoney((int)($deposit->amount_cents ?? 0), strtoupper($deposit->currency ?? ($job->currency ?? 'NZD'))) }}
- Authorization
- {{ $deposit->stripe_payment_intent }}
- Status
- {{ ucfirst($deposit->status ?? 'authorized') }}
What happens next
- If your card required extra authentication, the payment may show as processing for a short time.
- We’ll email a receipt to the address on file (and to the one you entered during checkout, if provided). @if($holdCents > 0)
- A refundable security hold of {{ $formatMoney($holdCents, $currency) }} may appear as “pending” on your card. It is not a charge and will be released per our policy. @endif
- Need help? Reply to this email or contact support with Job #{{ $job->id }}.
Stripe references
- PaymentIntent
- —
- SetupIntent
- —