#dai
1 messages · Page 1 of 1 (latest)
Hi there! Have you tried this out yet?
I recommend looking into using the payment_behavior: default_incomplete and testing this out in your testing environment
I think IIRC we receive a stripe error where we can't update the subscription if it's incomplete
@icy jetty ah gotcha! Sorry, wasn't sure if you had more to add there which is why I hadn't replied. So, a subscription's first invoice can be updated if you use collection_method: send_invoice. This should allow you to update the quantity of the subscription items before the subscription is active
I see, I'll have to play around and see if that's the case!