Direct Debit

How can I hide the options for weekly/fortnightly Direct Debit payment options?

First go to eGovHub >Files and select the form with the Direct Debit in it:

Within there are two files:
  • configuration/weeklypaymentcodes.xml
  • configuration/fortnightlypaymentcodes.xml

In both of these set the section in bold to FALSE as shown:

<FortnightlyPayment>
<Enabled>FALSE</Enabled>
<PaymentFrequencyCode>F</PaymentFrequencyCode>
<FortnightlyCodes>
</FortnightlyCodes>
</FortnightlyPayment>



Also for Change of Address, you need to additionally set both of the following settings to false:

  • EnableDirectDebitWeekly
  • EnableDirectDebitFortnightly

Lastly ensure that you press the Copy hyperlink for the Development environment for the form you've just updated e.g. that immediately to the right of the name of the form.


And be sure to clear your browser history/cache.