{% extends "/layouts/main.twig" %} {% set active_menu = 'settings' %} {% set xdata = 'settings' %} {% block title p__('title', 'Stripe settings')|title %} {% block template %}
{% include "snippets/back.twig" with {link: 'admin/settings/payments', label: 'Payments'} %}

{{ p__('heading', 'Stripe settings') }}

{{ p__('heading', 'Details') }}

{{ p__('label', 'Status') }}

{{ p__('heading', 'Keys') }}

{{ __('Test mode') }}

{{ p__('heading', 'Webhooks') }}

{{ __('Test mode') }}
{your_domain}/webhooks/stripe
  • {% set link %} {{ __('Stripe Dashboard') }} {% endset %} {{ __('Create a webhook endpoint in your %s with the Webhook URL.', link)|raw }}
  • {{ __('Make sure to select all events') }}
{{ p__('button', 'Cancel') }}
{% endblock %}