#Nick - pending updates
1 messages · Page 1 of 1 (latest)
Yes, does this doc line up with what you are going for? https://stripe.com/docs/billing/subscriptions/pending-updates
ok so I'd set payment_behavior=pending_if_complete and then look for a pending_update in the returned subscription object
Yep yep
pending doesn't have anything to do with the subscription state, right? ie, if it was active before this operation, it'll still be active after?
Correct, it will still be in its normal state. This just affects the update that you specified