{{ __('Complete Payment') }}

Secured by Stripe
@if (session('success-payment')) @endif @if (session('error-payment')) @endif @if (session('info-booking-payment')) @endif @if (session('info-payment')) @endif

Booking Details

{{ substr($bookingRequest->golfer->name, 0, 1) }}

Golf Professional

{{ $bookingRequest->golfer->name }}

Course

{{ $bookingRequest->course_name }}

{{ $bookingRequest->course_location }}

Date & Time (@userTimezone)

{{ $bookingRequest->formatted_proposed_date }}

{{ $bookingRequest->formatted_proposed_time }}

Duration

{{ $bookingRequest->duration_minutes / 60 }} hrs

Group Size

{{ $bookingRequest->group_size }} {{ Str::plural('player', $bookingRequest->group_size) }}

Secure Payment Processing

You'll be redirected to Stripe's secure payment page. Your card information is encrypted and never stored on our servers. All transactions are PCI-DSS compliant.

Payment Summary

Session Fee ${{ number_format($bookingRequest->price_per_hour, 2) }}/hr × {{ $bookingRequest->duration_minutes / 60 }} hrs
Subtotal ${{ number_format($subtotal, 2) }}
Platform Fee 10%
${{ number_format($platformFee, 2) }}
Processing Fee 2.9% + $0.30
${{ number_format($stripeFee, 2) }}
Total Amount ${{ number_format($totalAmount, 2) }}

Amount to be charged

Golfer receives ${{ number_format($golferShare, 2) }}

90% of subtotal after platform fee

@csrf
Cancel
SSL Secured
Stripe Verified