#prifinancelobby.c_19011
1 messages · Page 1 of 1 (latest)
Hello prifinancelobby.c_19011, we'll be with you shortly! 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.
• prifinancelobby.c_19011, 1 day ago, 9 messages
When creating your invoice or subscription, there will be a collection_method parameter that you can send to send_invoice
https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method
https://stripe.com/docs/api/invoices/object#invoice_object-collection_method
Both of those send invoice emails to the customer
Is there a specific part of automating this that you are trying to figure out?
oh so we have to create an API?
there's no pre built code for this
?
within stripe
You can create these from the dashboard as well https://stripe.com/docs/no-code/subscriptions
This server is for coding questions so I don't know as much about the dasbhoard here. If you reach out to our support team and describe your use-case they may be able to help you understand what you can do here through the dashboard https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
my question is: can I select an option in stripe that will send out invoice automatically to customers via email?