#kochamgluten123_api

1 messages ¡ Page 1 of 1 (latest)

glass daggerBOT
#

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

wicked turtle
#

Hello

#

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.

daring orbit
#

If I want to send emails and reminders about the payment, can I do it with payment links?

wicked turtle
#

No, you would have to handle that yourself. The only real integration that would send emails about upcoming payments would be a Subscription integration.

daring orbit
#

Also, may I ask a different question here?

wicked turtle
#

Yep

daring orbit
#

So I have a finalized invoice, invoices/:id/send does not send an email reminder, but clicking the button on the dashboard does. Why?

wicked turtle
#

Those should act the same

#

What makes you say using the Send endpoint doesn't send an email?

daring orbit
#

I don't receive an email

wicked turtle
#

And can you share an example Invoice ID?

daring orbit
#

sec

wicked turtle
#

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

daring orbit
#

Okay, good to know

#

ty!

wicked turtle
#

Sure thing