Invoice

{{organisation.name}} Logo
{{organisation.name}}.
{% if organisation.address %}
{{organisation.address}}.{% endif %} {% if organisation.city %}
{{organisation.city}}.{% endif %} {% if organisation.province %}
{{organisation.province}}.{% endif %} {% if organisation.postal_code %}
{{organisation.postal_code}}.{% endif %} {% if organisation.country %}
{{organisation.country}}.{% endif %}
{{organisation.domain}} {{organisation.email}} {{organisation.phone}}
{% if customer.email %} {% endif %}
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,
the price will be translated to USD.

{% elsif method.kind == 'bank_account' %} {% else %} JMD {% endif %}
Recipient Email: {{customer.email}}
PAYMENT METHOD: {{method.name}}
{% if method.kind == 'bank_account' %}

Bank Account Information

Account Holder

{{method.data.account_holder}}

Account Number

{{method.data.account_number}}

Account Type

{{method.data.account_type | capitalize}}

Account Use

{{method.data.account_use | capitalize}}

Country

{{method.data.country}}

Swift Code

{{method.data.swift_code | then: 'N/A'}}

Branch Name

{{method.data.branch_name}}

Branch Number

{{method.data.branch_number}}

Address

{{method.data.address}}

Bank Name

{{method.data.bank_name}}

{% endif %}
{% if method.kind== 'bank_account' %}

Enter Your Bank Account Details Here

Only the fields with * are required,
But the more info we have, the faster we can process your payment :)

{% elsif method.provider != 'paypal' %} {% else %}
 
{% endif %}

Charge Details

{% for item in items %} {% endfor %}
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}}

{% if method.provider == 'paypal' %} {% endif %}