{% include 'components/header_nav.html' %}

Payment Successful!

Your subscription has been activated and your DocuPulse instance is being set up.

Payment Confirmation
{% if subscription_info %}
Subscription Details
Plan: {{ subscription_info.plan_name }}
Billing Cycle: {{ subscription_info.billing_cycle.title() }}
Status: {{ subscription_info.status.title() }}
Amount: ${{ "%.2f"|format(subscription_info.amount) }} {{ subscription_info.currency.upper() }}
Next Steps
Check your email for login credentials
{% if stripe_settings and stripe_settings.customer_portal_url %} {% endif %}
{% else %}
Thank you for your purchase!

Your payment has been processed successfully.

{% endif %}
What happens next?
Instance Setup

Your DocuPulse instance will be automatically provisioned within the next few minutes.

Welcome Email

You'll receive an email with your login credentials and setup instructions.

Support Available

Our support team is ready to help you get started with DocuPulse.

{% include 'components/footer_nav.html' %}