#WpgJetsFan13
1 messages · Page 1 of 1 (latest)
Yeah, I don't like that verbiage either. Can you link the docs where this quote exists so I can work on fixing it?
Sure, hang on
https://stripe.com/docs/api/subscriptions/object it's in the last paragraph of the status field description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
My guess is that they mean uncollectible instead of closed, but I'll dig into that later. To your question: you can only pay an Invoice that has a status of open or uncollectible
Does that help?
Yeah, I think I can just filter by those statuses and then probably just attempt the manual pay invoice endpoint and analyze the result. If it doesn't work out I'll make a new question later. Thanks!