✓ Your refund has been processed successfully
Dear {{ $customer_name }},
We've processed your refund request for Order #{{ $order->id }}. The refund amount will be credited back to your original payment method within 5-10 business days.
Refund Amount:
€{{ number_format($refund_amount, 2) }}
Refund Type:
{{ ucfirst($refund_type) }} Refund
Order ID:
#{{ $order->id }}
@if($event)
Event:
{{ $event->name }}
@endif
Original Order Total:
€{{ number_format($order_total, 2) }}
Refund Reference:
{{ $refund->gateway_refund_id ?? 'Processing' }}
Refund Date:
{{ $refund->processed_at ? $refund->processed_at->format('F j, Y \a\t g:i A') : 'Processing' }}
What happens next?
- The refund will appear on your statement within 5-10 business days
- The exact timeline depends on your bank or card provider
@if($refund_type === 'partial')
- This was a partial refund - the remaining balance is still valid
@else
- Your order has been fully refunded and cancelled
@endif
- You'll receive a separate confirmation from your payment provider
@if($refund->refund_reason)
Refund Reason:
{{ $refund->refund_reason }}
@endif
If you have any questions about this refund, please don't hesitate to contact our support team.