#braindave

1 messages · Page 1 of 1 (latest)

glad escarpBOT
void pecan
#

Hi there 👋 I'm double checking, but I'm pretty sure it's not possible to have auto-advance disabled at the Subscription object level.

invoice.upcoming Events tell you that an Invoice will be generated soon, but it hasn't yet been generated when those Events are sent. invoice.created may be a better fit there. I'd recommend testing to ensure that still works as expected for the first Invoice of a Subscription though, as those get finalized faster than later Invoices.

#

Double checked, and confirmed I'm not seeing a field at the Subscription level for controlling it's Invoice's auto-advance setting.

ember oriole
#

hi thanks for double checking

#

do i have time between when an invoice is created and is processed to update it?

#

i'm not sure how far in advance the event is fired prior to attempting payment

#

i guess it doesn't really matter because in the event it succeeds it's a no op, and then if it fails it's also a no op cuz it won't retry