#kochamgluten123_api
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/1400515611519352854
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
There are a variety of different integrations, but if you are truly looking for the simplest way then you likely just want to use a Payment Link: https://docs.stripe.com/payment-links
The flow you described would be to create a one-off Invoice, in which case yes each of those steps is necessary for that flow.
If I want to send emails and reminders about the payment, can I do it with payment links?
No, you would have to handle that yourself. The only real integration that would send emails about upcoming payments would be a Subscription integration.
Also, may I ask a different question here?
Yep
So I have a finalized invoice, invoices/:id/send does not send an email reminder, but clicking the button on the dashboard does. Why?
Those should act the same
What makes you say using the Send endpoint doesn't send an email?
I don't receive an email
And can you share an example Invoice ID?
sec
Are you using the same email as the owner on your account?
(For the Customer, that is)
Ah ah
Sorry
Requests made in test-mode result in no emails being sent, despite sending an invoice.sent event.
I forgot that we don't actually send emails here using this endpoint in test mode
So as not to spam folks
Sure thing