#Beeps85 - Subscriptions
1 messages · Page 1 of 1 (latest)
Hello! This is possible, it can be configured per-Subscription: https://stripe.com/docs/api/subscriptions/update#update_subscription-collection_method
In full transparency, I don't have any experience working inside API with Stripe, as this subscription was created from a product I manually made inside my client's Stripe. Is there a simple way to make this change, or find where I could do it?
You can do it via the Dashboard. Click on the Subscription in question, click on the Actions button, choose Update Subscription, then under Payment method switch to email.
I did see that; the issue here is that I wanted to keep the payment as an autopayment and not have the customer have to manually pay each month
Ah, sorry, maybe I misunderstood your question. Are you asking about the Email finalized invoices to customers setting on this page? https://dashboard.stripe.com/settings/billing/automatic
I think this is only for manual invoices
Email customers about...
Successful payments
I can click that, so anytime a payment is successful, the customer will receive an email, sure.
My question was, I have 10 subscriptions with my client.
Say I only wanted 4 of them to receive this successful payment email
Is this possible? I do see an 'info' button with this, and that if the receipt_email parameter is turned on when I create the payment in the API, this setting is ignored
As I mentioned, I don't know really know how to work inside API
No, that's not possible via the Dashboard. That setting applies to all Invoices.
Correct
You can manually send an Invoice receipt using the Send receipt button on a particular Invoice.
But there's no way to turn on emails for only a subset of Subscriptions/Invoices.
I guess you could remove the email address from the Customers you don't want to send emails to, then enable that setting.
Would that work?
Happy to help!
If you have a moment I'd love to know how you ended up here? This Discord server is specifically for developers; it sounds like you were somehow misrouted here and I'd like to improve that situation if I can.
That's probably on me; I did visit the Stripe help area and saw "discord for developers". I know I"m not a developer, but I decided to pop in Discord to see if anyone could help me
Gotcha. I'm glad I could help, and thanks for providing that detail! 🙂