{{ t('setup_webhook_receive_real_time_notification') }}
{{ t('webhook_configurations_stored_in_your_application_database') }}
{{ t('id') }} | {{ t('provider') }} | {{ t('webhook_id') }} | {{ t('endpoint_url') }} | {{ t('status') }} | {{ t('last_activity') }} |
---|---|---|---|---|---|
{{ $webhook->id }} | {{ ucfirst($webhook->provider) }} | {{ $webhook->webhook_id }} | {{ $webhook->endpoint_url }} | {{ $webhook->is_active ? 'Active' : 'Inactive' }} | {{ $webhook->last_pinged_at ? $webhook->last_pinged_at->diffForHumans() : 'Never' }} |
{{ t('no_local_webhook_records_found') }} |
{{ t('information_about_your_configured_stripe_webhooks') }}
{{ $stripeWebhooks['id'] }}
{{ $stripeWebhooks['url'] }}
{{ $stripeWebhooks['api_version'] ?? '2023-10-16' }}
{{ t('no_stripe_webhooks_are_currently_configured') }}
{{ t('event') }} | {{ t('status') }} | Time |
---|---|---|
{{ t('tenant_subscription_created') }} | {{ t('processed') }} | {{ t('just_now') }} |
{{ t('delete_webhook_confirmation') }}