Back to Billing
Download PDF
FileConvert
fileconvert.cc
INVOICE
#{{ inv_num }}
Billed To
{{ user.get('display_name') or user.get('username', '') }}
{{ user.get('email', '') }}
Invoice Details
Date: {{ (inv.created_at or '')[:10] or 'N/A' }}
Method: {% if inv.source == 'stripe' %}Online (Stripe) {% else %}{{ (inv.get('method') or 'Manual')|title }} {% endif %}
{{ (inv.status or 'paid')|upper }}
Description Amount
{{ inv.description or 'Subscription payment' }} ${{ '%.2f'|format(inv.display_amount) }} {{ (inv.currency or 'USD')|upper }}
Total Due
${{ '%.2f'|format(inv.display_amount) }} {{ (inv.currency or 'USD')|upper }}
Thank you for your business!