#joel_webhooks
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/1288089734064767051
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
AeroCRS is our passenger booking service we use to take bookings, we are integrating a Stripe API and I have been informed by GO7 (the provider of the customer booking service) that Stripe support team are aware of this and our needs. I have been asked by GO7 to update a STRIPE Webhook URL which they have provided me with the URL they would like me to use for the webhook
On Discord we don't have context of any specific companies. You might need to reach out to Stripe Support instead: https://support.stripe.com/?contact=true
But if you tell me what you need exactly, I can help you get there.
okay sure, basically GO7 have asked me to do the following:
"To be able to complete the creation of the PSP (Already set on our end) we will need to ask you to update the STRIPE Webhook URL(on the dashboard on your end)
The webhook URL to be confirming payment completion is:" [URL Provided]
When I go into the Developer Dashboard, I don't see any Webhooks:
so if I add an endpoint with the URL they provided:
I have the endpoint URL but am not sure what to use for the other settings
Yep, that should do it!
so I don't need to worry about the Listen to and Select events to listen to settings?
leave them as is?
If you're unsure which event types specifically their webhook expects, then you can just configure it to send all events. That should be all they need