#stephos-_docs

1 messages ยท Page 1 of 1 (latest)

somber tigerBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313441908189691904

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

patent charm
#

hi! correct, collection_method is global on the subscription object.

meager vapor
#

Many thanks ๐Ÿ™ โœ…

#

And a follow up question: Since Product A is charged automatically, I am happy for it to go through the full spectrum of Stripe automation and allow Stripe to send invoices automatically to the customer. However, for Product B, I want to send invoices manually through my own custom logic. Is there a way to disable auto sending invoices for Product B but retaining the automatic behaviour for Product A? As far as I can see on the dashboard (screenshot attached), this seems to be global setting that would affect both products.

patent charm
#

not really unfortunately no, the settings are account-global. But to be clear, that screenshot only affects collection_method:"send_invoice", it isn't to do with charge_automatically. charge_automatically don't send Invoices exactly, they send payment receipts(which contain the Invoice)

meager vapor
#

*charge_automatically don't send Invoices exactly, they send payment receipts(which contain the Invoice) * yep that's what i meant thanks @patent charm !

#

got it about the settings being global at the account level, that's what i thought ๐Ÿ˜” but wanted to confirm. Many thanks again, no more questions from me ๐Ÿ™

#

oh but on a second read, that technically means that i could accommodate both if the settings above only affect "send_invoice". I only have a single product that requires "send invoice" behaviour. So I could still issue receipts (that contain the invoice) for all the rest that "charge automatically". As long as i am happy with never sending invoices automatically whenever a subscription is marked as "send invoice" in the collection method then this would work I suppose.

patent charm
#

yes, it might work