{% extends 'base.html' %} {% load static %} {% block title %}Payment Successful - 3ncount{% endblock %} {% block page_pretitle %}Payment{% endblock %} {% block page_title %}Payment Successful!{% endblock %} {% block content %}
Your payment has been processed successfully.
{% if session_id %}{{ session_id }}
AI Credits Available
{% if invoice.status == 'PAID' %} Your credits have been added to your account and are ready to use immediately! {% else %} Your payment is being processed. Credits will be added to your account within a few minutes. You'll receive an email confirmation once the credits are available. {% endif %}
Note: If your credits don't appear within 10 minutes, please contact support
with your transaction ID: {{ session_id }}