Invoice
ID:
{{payment.id}}
Date:
{{payment.created}}
Status:
{{#payment.is_paid}}Paid{{/payment.is_paid}}
{{^payment.is_paid}}Unpaid{{/payment.is_paid}}
Nostr Pubkey:
{{npub}}
Bill To:
{{user.name}}
{{user.address_1}}
{{user.address_2}}
{{user.city}}
{{user.state}}
{{user.postcode}}
{{user.country}}
{{user.country_code}}
{{user.tax_id}}
{{#company}}
{{company.name}}
{{company.address_1}}
{{company.address_2}}
{{company.city}}
{{company.state}}
{{company.postcode}}
{{company.country}}
{{company.country_code}}
{{company.tax_id}}
{{/company}}
Details:
Description |
Currency |
Gross |
Taxes |
VM Renewal #{{vm.id}}
- {{vm.template.name}}
- {{vm.image.distribution}} {{vm.image.version}}
- {{payment.time}} seconds
|
{{payment.currency}} |
{{payment.amount}} |
{{payment.tax}} |
Total: {{total}}
|
All BTC amounts are in milli-satoshis and all fiat amounts are in cents.
(c) {{year}} LNVPS.net - Generated at {{current_date}}