{% extends "billing/base_billing.html" %} {% block title %}Action required — Auto-recharge failed{% endblock %} {% block preheader %}Your auto-recharge attempt failed. Update your payment method to keep credits topped up.{% endblock %} {% block txid %}◦ BILLING / RECHARGE{% endblock %} {% block content %} Action Required

Auto-recharge failed

We tried to auto-recharge your Future AGI credits but the payment was declined. Auto-recharge is now paused.

Next· If balance runs out

Requests against paid dimensions will be rejected until a valid payment method is on file.

Update your card, then re-enable auto-recharge from billing settings.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/billing" text="Update payment method" variant="danger" %}
{% endblock %}