Two new substitutions are now available:

  • {show: bank account number}
  • {show: bank account sortcode}

These use the payment method of the membership being substituted to determine which of the organisation’s bank accounts accepts such payments and inserts the account number or sort code of that account respectively.

For many bank accounts there will not be an account number or sort code, in which case a blank would be substituted. Typically, however, you’d use these with a conditional substitution, as in, for example in a mail responding to a renewal form:

{if: payment method Transfer}If you haven't already done so, please don't forget to make your transfer of {form: amount} to account number {show: bank account number}, sort code {show: bank account sortcode}.