{{ t('payment_gateway_webhooks') }}

{{ t('configure_webhook_real_time_notification') }}

@foreach ($webhooks as $gateway => $config)
@if ($gateway !== 'stripe')
URL

{{ t('use_this_url_in_your_gateway_webhook_settings') }}

@endif @if ($gateway === 'stripe') @endif @if ($gateway !== 'stripe')
@if ($regeneratingSecret)

{{ t('copy_this_secret_and_use_it_in_your_gateway_settings') }}

@else

{{ t('webhook_secret') }}

{{ t('secure_your_webhooks_with_a_secret_token_to_verify_requests') }}

@if ($config['is_configured'])
{{ t('webhook_secret_is_configured') }}

{{ t('webhook_secret_is_stored_securely_and_not_displayed_for_security_reasons') }}

@else
{{ t('webhook_secret_not_configured') }}

{{ t('we_recommend_generating_a_webhook_secret_to_secure_your_payment_events') }}

@endif
@endif
@endif
@endforeach