#vivision_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/1506640928490782903
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
So it looks like you're following the guide here to have Stripe send you a webhook whenever a Checkout Session is completed: https://docs.stripe.com/checkout/fulfillment#automatic-fulfillment
However, your webhook endpoint does not seem to exist โย we get an HTTP 404 error when trying to deliver events to you. You should see this on the event URL you shared in the Stripe Dashboard.
so my webhook endpoint should actully be one with my public domain. (viralvision.app) in it
it shoud have he url to go to gloud run?
Hello! I'm taking over for my collegue who had to step away ๐
It looks like the webhook endpoint you've set up has the URL https://viralvision-app-8***9.us-east1.run.app/webhook - is that where you're listening for events?
I see Cannot POST /webhook in the response body of the 404 error, so if that endpoint does exist, it might only be set up to handle GET requests and not POST requests.
i habe tried everything i can think of,
i am falling asleep at my deck at this point, I am very sorry and am very much appreciate your help. what shoudl i do i will send u a screen shot of whatever u like
I'm sorry to hear how much you've been struggling with this!
Can you verify that https://viralvision-app-8***9.us-east1.run.app/webhook exists as an endpoint in your app? And that it's able to handle POST requests?
I've used *** to redact characters for privacy but you can see the full URL here: https://dashboard.stripe.com/acct_1TVzgFJh2cQARv8Z/webhooks/we_1TXjNtJh2cQARv8ZY9iQFgUe
so im tryingt find where all my event log sincluding the 402 errors are locted in gloud console, cause im confused as to whether i should ghave my web hook be my public domain (viralvision.app/somethingsomething or if it should be a url to send the payment success update and datat to my backend
It sounds like the 402 is coming from your app, not Stripe, so I'm not sure how much insight I can provide. Does it give you a specific error message?
When in doubt, I would recommend double checking what you've built with our step-by-step guides to...
- Add a webhook endpoint: https://docs.stripe.com/development/dashboard/webhooks
- Receive Stripe events in your webhook endpoint: https://docs.stripe.com/webhooks
/