Attempt to automatically top-up account '{{account.name}}' -
{% if transaction.success %}
 
{% else %}
 
{% endif %}

Account Topped-Up

Date: {{transaction.date.local|date:"l, F j, Y H:i"}}

Automatic top-up attempt to account {{account.name}} for amount of {{transaction.amount|floatformat:2}}{% if transaction.currency_code %} {{transaction.currency_code|upper}}{% endif %} was {% if transaction.success %} successful{% else %} unsuccessful{% endif %}.

Account Balance is now {{balance}}

{% if not transaction.success %}
Please double check your payment information and try again!
{% endif %}

Questions?

Please email us and we'll be happy to help.

Need to update your billing info?

The Credit Card section in Account Settings can be accessed by your account owner{% if user.first_name or user.last_name %}, {{user.first_name}} {{user.last_name}}{% endif %}.


Thank you for your business!

 

Account Information

-   Account ID:  {{account.id}}
-   Account Name:  {{account.name}}
-   Account Realm:  {{account.realm}}

 

Sent from {{system.encoded_node}}