#bkrnetic_best-practices

1 messages ¡ Page 1 of 1 (latest)

simple cairnBOT
#

👋 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.

meager wedgeBOT
slow veldt
#

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?

heavy wharf
#

Ah, so invoices differ from receipts?

slow veldt
heavy wharf
#

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."

slow veldt
#

Where do you see that

slow veldt
#

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

heavy wharf
#

ah no.. I have custom intetgration and I create payment intents via API.. therefore I can only get receipts and not invoices, right?

slow veldt
#

You can get invoices too

#

You need to create them though

#

I sent you the doc earlier

#

Invoicing is a separate product

heavy wharf
#

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?

slow veldt
#

yep

heavy wharf
#

Ok, thanks for clarification!