#skyekg_invoice-email
1 messages ¡ Page 1 of 1 (latest)
đ 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/1219348586924474541
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@dull knot not if you use collection_method: 'send_invoice'. But if you use collection_method: 'charge_automatically' it should work fine. Try it in Test mode to confirm
skyekg_invoice-email
I don't think we will use the charge_automatically since we are not setting any cards in our system instead we send invoices to our customer then use the payment links to pay.
but the way we send invoice to the customer is we generate PDF from our system then send the PDF to recipients including CC and BCC.
If we set an email in customer record, will Stripe send an invoice to customer?
yes Stripe sends an email in that case. There are a lot of email settings you can configure https://dashboard.stripe.com/settings/billing/invoice?tab=general and you might want to look there for something that fits your needs
is it possible to disable the invoicing?
I don't know what "the invoicing" means. Are you talking about emails? If so I recommend looking at the settings I shared. Otherwise I'd recommend talking to our support team: https://support.stripe.com/contact
I focus more on the code and don't know much about the Dashboard flows or the various email-related settings
Okay, Thank you so much for your support.