#RafaelH
1 messages · Page 1 of 1 (latest)
hello
By default they shouldn't get sent invoices over email
Via Subscription Checkout sessions
let me check, i will send you an checkout_id
Are they reporting getting invoices emailed?
sub_1MhexxAcWTfKUWxVqwGTTv0t
i recived an email with 2 attachments
cs_live_b1w9J0ptCbeMSJwVXqNo3hKghOkMyDzjnC1XZFuKHC96K0X4bHV49qqVoe
i dont understand exactly
What email did you receive?
Check to see if you enabled this in settings (ie. the things covered in https://stripe.com/docs/invoicing/send-email)
yes, it is enabled. we have 2 checkout processes. we want to send invoices when user buy products, for educational services we dont
these educational services are offered as subscriptions
So if you enable it in your settings it will apply to all invoices
ok, how to disable it via API ?
You'll need to disable the dashboard setting via the dashboard
That can't be done via the api
so what is the invoice_creation.enabled attribue for?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Generate a post-purchase Invoice for one-time payments.
That's for one time payments
They don't automatically generate invoices
so basicly it an missing option for us
Yeah so with checkout it's all or nothing for the email receipt: https://stripe.com/docs/receipts#automatically-send-receipts-when-payments-are-successful
You are referring to the receipt email, right?
so its possible to send the recipt via webhook and Payment Intents API as well?
Yeah
ok, thank you for your support!