#borys

1 messages · Page 1 of 1 (latest)

limber ridgeBOT
wraith arrow
#

is there any way to set a flag on a subscription to have such behavior or something

fast tusk
#

Hello! This is behavior you'd have to implement yourself - you'd have to track what you consider to be the "max quantity" during the billing cycle and then when the subscription quantity goes higher you'd update the susbcription and set proration_behavior: always_invoice

wraith arrow
#

gotcha, and just to confirm the subscription doesn't have another quantity field that will be used to reset main quantity field when new billing cycle starts. Such thing would need to be implemented either with schedule or via webhook when new billing cycle starts reset it ourself right?

fast tusk
#

Correct - when the new billing cycle starts we'll just continue on with the same quantity. If you want to reset it that's something you'd need to implement separately