Admin Stripe invoices + recurring subscriptions (customers pay us) #24

Merged
westfarn merged 19 commits from feature/23-admin-stripe-invoices into master 2026-07-31 12:02:41 -07:00
Showing only changes of commit 3fc73cbf56 - Show all commits
@@ -0,0 +1,12 @@
Hello {{ customer_name }},
{% if kind == "subscription" %}Please complete checkout to start your recurring payment:{% else %}You have a new invoice ready for payment:{% endif %}
{{ description }}
Amount: ${{ amount_dollars }} USD
{% if kind == "subscription" %}Checkout link:{% else %}Pay invoice:{% endif %}
{{ pay_url }}
Thank you,
AI ML Operations, LLC