| TOTAL: | ${{total_due | integer_to_money}} |
| Currency: |
{% if method.data.currency %}
{{method.data.currency}}
{% elsif method.provider == 'paypal' %}
Note: If set to a converted currency, |
| Recipient Email: | {{customer.email}} |
| PAYMENT METHOD: | {{method.name}} |
{{method.data.account_holder}}
{{method.data.account_number}}
{{method.data.account_type | capitalize}}
{{method.data.account_use | capitalize}}
{{method.data.country}}
{{method.data.swift_code | then: 'N/A'}}
{{method.data.branch_name}}
{{method.data.branch_number}}
{{method.data.address}}
{{method.data.bank_name}}
Only the fields with * are required,
But the more info we have, the faster we can process your payment :)
| ITEM | DESCRIPTION | QUANTITY | FEES | DISCOUNT | UNIT PRICE |
|---|---|---|---|---|---|
| {{item.name}} | {{item.description}} | {{item.quantity}} | ${{item.tax_total | integer_to_money}} | ${{item.discount | integer_to_money}} | ${{item.unit_price | integer_to_money}} |
| Subtotal | ${{sub_total | integer_to_money}} |
| Tax | ${{tax_total | integer_to_money}} |
| Discount | ${{discount_total | integer_to_money}} |
| Shipping Total | ${{shipping_total | integer_to_money}} |
| Total | ${{total_due | integer_to_money}}{{currency}} |
{{note}}