Recurring Invoices

Hi Sam,

There isn’t an API call to create recurring invoices at the moment.

Kind regards,

GraemeOn 23 July 2012 15:47, Sam Jordan sam@samjordan.co.uk wrote:

Hello,

Is there an API method to create a recurring invoice, was just thinking
that it may not be documented. If not… any ideas to if it’s on the
roadmap? :slight_smile:

Thanks

  • Sam


You received this message because you are subscribed to the Google Groups
“FreeAgent API” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/freeagent_api/-/oR8FXqxDP2gJ.
To post to this group, send email to freeagent_api@googlegroups.com.
To unsubscribe from this group, send email to
freeagent_api+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/freeagent_api?hl=en.

Graeme Boyd
Senior Software Engineer

Web. freeagent.com http://www.freeagent.com/ Blog. The FreeAgent Blog - FreeAgent
Twitter. @freeagent https://twitter.com/#!/freeagent Facebook.
FreeAgent | Edinburgh

40 Torphichen Street, Edinburgh, EH3 8JB
FreeAgent Central Ltd. Registered in sunny Scotland SC316774

Hi Graeme,

I’m keen to create Recurring Profiles/Invoices using the REST API. Is there
any plan to offer this service?

kind regards,
David.On Tuesday, July 24, 2012 at 9:44:42 AM UTC+1, Graeme Boyd wrote:

Hi Sam,

There isn’t an API call to create recurring invoices at the moment.

Kind regards,

Graeme

On 23 July 2012 15:47, Sam Jordan <s...@samjordan.co.uk <javascript:>> wrote:

Hello,

Is there an API method to create a recurring invoice, was just thinking
that it may not be documented. If not… any ideas to if it’s on the
roadmap? :slight_smile:

Thanks

  • Sam


You received this message because you are subscribed to the Google Groups
“FreeAgent API” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/freeagent_api/-/oR8FXqxDP2gJ.
To post to this group, send email to freeag...@googlegroups.com
<javascript:>.
To unsubscribe from this group, send email to
freeagent_ap...@googlegroups.com <javascript:>.
For more options, visit this group at
http://groups.google.com/group/freeagent_api?hl=en.


Graeme Boyd
Senior Software Engineer

Web. freeagent.com http://www.freeagent.com/ Blog. The FreeAgent Blog - FreeAgent
Twitter. @freeagent https://twitter.com/#!/freeagent Facebook.
FreeAgent | Edinburgh

40 Torphichen Street, Edinburgh, EH3 8JB
FreeAgent Central Ltd. Registered in sunny Scotland SC316774

Hey,

2 questions regarding the Recurring Invoices:

Is there a way to get the next invoice date for a Recurring Invoice?
Is there a way to get all invoices associated with a Recurring Profile?

Hi there,

We do not specify the next invoice date at the moment in the response,
however you could look at the dated_on, recurring_status and frequency
attributes and derive the next date from those. For example you could look
at how many days have passed since dated_on and then figure out when or if
it’s due to recur. Alternatively, once you have a list of invoices
associated with the recurring profile fetched, you could get the date of
the latest associated invoice and then just add a week, 2 weeks, etc. to
their date depending on the frequency.

To get the invoices associated with a recurring profile is a bit clunky at
the moment: you have to fetch the invoice list and, for each invoice, check
if they have a “recurring_invoice” attribute, which will contain the URL
for the associated recurring profile.

Hopefully that helps?

Regards,
IoanOn Tuesday, 2 July 2013 13:55:20 UTC+1, Silverchip UK wrote:

Anyone?

On Tuesday, 18 June 2013 12:39:54 UTC+1, Silverchip UK wrote:

Hey,

2 questions regarding the Recurring Invoices:

Is there a way to get the next invoice date for a Recurring Invoice?
Is there a way to get all invoices associated with a Recurring Profile?

Anyone?On Tuesday, 18 June 2013 12:39:54 UTC+1, Silverchip UK wrote:

Hey,

2 questions regarding the Recurring Invoices:

Is there a way to get the next invoice date for a Recurring Invoice?
Is there a way to get all invoices associated with a Recurring Profile?

Bump. We’ve received a request at Fabio HQ to support Recurring Invoice creation. One user has 300 recurring invoice profiles to migrate…