You can do the payment on the following accounts

Please use your invoice number as the payment reference

{% if payment.ShowAccountName %} {% endif %} {% if payment.ShowAccountNumber %} {% endif %} {% if payment.ShowBankName %} {% endif %} {% if payment.ShowSortCode %} {% endif %} {% if payment.ShowIBAN %} {% endif %} {% if payment.ShowBicSwift %} {% endif %} {% for account in payment.Accounts %} {% if payment.ShowAccountName %} {% endif %} {% if payment.ShowAccountNumber %} {% endif %} {% if payment.ShowBankName %} {% endif %} {% if payment.ShowSortCode %} {% endif %} {% if payment.ShowIBAN %} {% endif %} {% if payment.ShowBicSwift %} {% endif %} {% endfor %}
Account NameAccount NumberBank NameSort CodeIBANBIC/Swift
{{account.AccountName}}{{account.AccountNumber}}{{account.BankName}}{{account.SortCode}}{{account.IBAN}}{{account.BICSWIFT}}