#christian_api

1 messages · Page 1 of 1 (latest)

red dawnBOT
#

👋 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/1415308359015333983

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

dense kettle
#

You likely want to handle this asynchronously via a webhook. So your webhook can receive events that notify you of activity, like an invoice payment, on your account

https://docs.stripe.com/webhooks

Create an event destination to receive events at an HTTPS webhook endpoint. Receiving webhook events is particularly useful for listening to asynchronous events such as when a customer's bank confirms a payment, a customer disputes a charge, a recurring payment succeeds, or when collecting subscription payments.

hexed geode
#

can you give me a quick brief of what a webhook is?

dense kettle
#

That will facilitate you to connect Stripe events/data with third-party systems (e.g. receive invoice.paid event and then populate that invoice info into Dinero)

dense kettle
#

Maybe there's already an integration for this? https://dinero.dk/integrationer/stripe/

#

Assuming that's the Dinero you use