{{ __('Payment Settings') }}

@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PATCH')

Stripe Settings

Found in your Stripe Dashboard under Developers > Webhooks

PayPal Settings

Email Notifications

Webhook URLs

Configure these URLs in your payment gateway dashboards to receive payment notifications.

Stripe Webhook URL:

{{ url('/webhooks/stripe') }}

PayPal Webhook URL:

{{ url('/webhooks/paypal') }}