#james_webhooks

1 messages ¡ Page 1 of 1 (latest)

upper loomBOT
#

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

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

slim zodiac
#

Hi there. Creating a webhook endpoint means that you need to have an address somewhere that Stripe can send webhook events to, which are http requests, and that can respond to those requests. Typically that is the backend, or server, of a user's application. I believe there are services that will give you an endpiont to use for things like this, but I don't have specific knowledge about them.

#

So my first question is, do you have an endpoint that webhook events can be sent to?

plain flax
#

By end point would this refer to a URL?

slim zodiac
#

Okay, so then you would need to create a webhook endpoint in Stripe - I think the new docs call them "event destinations"

plain flax
#

Do you know which listeners I need to select ata ll?

slim zodiac
#

Do you mean which events you need to listen to?

plain flax
#

Yes, sorry

upper loomBOT
plain flax
#

The problem we are having is that the website isn't reflecting updates of payments or subscription expiries. Stripe has ollected the subscription payment just fine but the website would say "Overdue" or if we end a subscription on the website the subscription isn't cancelled on Stripe so recurring payments are being taken

slim zodiac
#

You can command+f for keywords like "Subscription", "Customer", "payment_intent"

plain flax
#

OK thank you for your help. I will put that question to the developers of GeoDirectoey/GetPaid as I'm sure they will know what events need to be selected.