Hey guys,
I’m using the API to create an invoice template for recurring invoices, however when I try to use the GoCardlessAutoBill value within RecurringInvoiceData, it doesn’t seem to have any effect.
The client does have a GoCardless pre-auth code, and the recurring invoice template creates just fine - it just never has the Auto Bill option ticked, despite it being set to true within the api template request…
Any ideas what might be causing that? Is there a minimum invoice value this works for, or a minimum frequency?
ta!
An example snippet of the XML looks like:
<RecurringInvoiceData>
<Interval>1MONTH</Interval>
<Frequency>1</Frequency>
<StartDate>2017-03-09</StartDate>
<GoCardlessAutoBill>true</GoCardlessAutoBill>
<ActivateOnCreation>true</ActivateOnCreation>
</RecurringInvoiceData>