#bkrnetic_best-practices
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/1218194839934599169
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
We don't automatically generate invoices ever
You'd need to create an invoice
In which case, you'd need to switch to creating invoices instead of payment intents if that's what you want
Or is the intent just to have a receipt for a payment intent, not actually an invoice?
Ah, so invoices differ from receipts?
Yeah invoicing is an entire product: https://stripe.com/invoicing
What about this from the docs then:
"Stripe generates invoices automatically, but for one-time payments, you need to enable them. To generate invoices, toggle Successful payments on in your Customer emails settings."
Where do you see that
You're referring to checkout?
Subscriptions are built on top of invoices, so they're generated with each subscription payment
You can configure checkout so create invoices for one-time payment
But you said you're creating payment intents directly so none of this is relevant
ah no.. I have custom intetgration and I create payment intents via API.. therefore I can only get receipts and not invoices, right?
You can get invoices too
You need to create them though
I sent you the doc earlier
Invoicing is a separate product
Ah ok, so I basically choose when to create them and I need to do it manually.
However, user will receive a receipt for his transaction if this is enabled?
yep
Ok, thanks for clarification!