{% extends "base.html" %} {% block title %}{% if edit_mode %}Edit Payment Plan{% else %}Create Payment Plan{% endif %} - Plutus{% endblock %} {% block content %}

{% if edit_mode %}Edit Payment Plan{% else %}Create Payment Plan{% endif %}

{% if edit_mode %}Update recurring payment settings{% else %}Set up automated recurring payments{% endif %}

{% if edit_mode %}

Edit Payment Plan Details

Customer Information

Customer ID:
{{ plan.Splynx_ID }}
Name:
Loading...

Enter the recurring payment amount (maximum $10,000)

How often should the payment be processed

The first payment date - determines both when payments start and which day of the week they occur

Stripe payment method to use for recurring payments

{% else %}

Customer Lookup

Enter the Splynx customer ID to fetch customer details

{% endif %}
{% endblock %}