{% extends "base.html" %} {% block title %}{{ _('Configure Payment Gateway') }} - {{ app_name }}{% endblock %} {% block content %}
{{ _('Set up payment processing for online invoice payments') }}
{{ _('A descriptive name for this gateway configuration') }}
{{ _('Your Stripe secret key') }}
{{ _('Your Stripe publishable key') }}
{{ _('Webhook signing secret for verifying webhook events') }}
{{ _('Enable test mode for development and testing') }}