#Mathieu-update-subscription

1 messages · Page 1 of 1 (latest)

waxen galleon
#

alternatively :

  • you would have to schedule something on your side to make an API call at the appropriate time
  • or you could decrease the quantity on Stripe immediately but still let the customer have access in your system to the higher amount, depends how exactly you sync things
oak shuttle
waxen galleon
#

sure, you can listen to invoice.upcoming events and use that as a trigger for when to change the quantity on Stripe(that falls into the "schedule something on your side to make an API call at the appropriate time" category)

oak shuttle
#

ok now i'll do some test to see what's best, thanks !