#vivision_webhooks

1 messages ยท Page 1 of 1 (latest)

agile terraceBOT
#

๐Ÿ‘‹ 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.

arctic wyvern
#

๐Ÿ‘‹ Hi there! Let me take a look

agile terraceBOT
arctic wyvern
#

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.

autumn sky
#

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?

zealous nymph
#

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.

autumn sky
#

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

zealous nymph
autumn sky
#

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

zealous nymph
#

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?

autumn sky