#geraldovictor_webhooks-aws
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/1277652239422328924
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hello
When you say AWS webhook, are you referring to the AWS EventBridge beta: https://docs.stripe.com/event-destinations/eventbridge ?
Or you are just asking about setting up a normal Webhook endpoint to handle Events on your server?
Just a normal webhook, I don't even know that solution you show
Okay then you want to follow our docs at https://docs.stripe.com/webhooks -- you create the Webhook endpoint in your Dashboard or via the API
Are you a developer?
Yes
Okay well I'd recommend reading through the docs I just shared and starting there.
If you then have specific questions feel free to let us know
Ok, thanks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This page isn't work
Hi ๐
I'm stepping in as my colleague needs to head out.
That link is for the dashboard. Are you signed in to a Stripe account?
I'm just testing the right link to do this is https://dashboard.stripe.com/test/webhooks right?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'm not sure what you mean by "right link to do this". What is it you are trying to do?
Based on the conversation above, it sounds like you are just getting started with Stripe webhooks
If that is the case I recommend you get started using the Stripe CLI and stripe listen.
This is how our docs recommend you get started building your webhook handler.
https://docs.stripe.com/webhooks#test-webhook
This will forward any webhook events on your account to your local dev system
Can I create a webhook in AWS and register it for testing?
Sure. In that case you can use the dashboard or the API to register a webhook endpoint.
the dashboard page isn't loading, I'm logged
the dashboard works, but the route to webhook don't
What happens if you are on the home page and click the Developer menu? Can you see the webhooks option?
thanks, helps a lot