Recurring Invoices via the QuickFile API

If I send a request to the QuickFile API for a recurring invoice, how can I make it start on the 1st of the next month?

Thanks

You just need to set the StartDate accordingly. This can be found in the RecurringInvoiceData node.

Do you know any ways this can be done so it automatically sets the date for the 1st of the next month?

Wouldn’t you set this in whatever you’re using to call the API?

1 Like

With the API, that’s your job :wink:

You would work out that date and send it in the request. We just provide an interface for passing the data.

Ah ok - cheers @Glenn ! :wink:

When I pull the GoCardless URL from the API, I am getting the below error. Any ideas as to what the problem will be?