#ozgefen_webhook-302-error

1 messages ยท Page 1 of 1 (latest)

quick pewterBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vivid crater
#

Hello ๐Ÿ‘‹

The 302 error is being raised by your server in response to our webhook event delivery requests. You need to review your webhook handling code to identify what resulted in the 302 error.

For what it's worth, a 302 status indicates a a resource has temporarily moved (that's what your server's response says). So maybe the code is handling something else?

quick pewterBOT
#

ozgefen_webhook-302-error

timid token
#

I can't figure out what exactly is wrong with the code... The interesting thing is that everything works fine... All functions are executed: I receive emails, invoices are sent, data is entered for record keeping...

vivid crater
#

Unfortunately, since this is a response coming from your server, I cannot offer much help. It's not code or infrastructure that I have any insight into.

timid token
#

I received a message from Stripe that my webhook will be disabled... everything is working fine, but this error will prevent me from managing my business... I've been trying to fix it for a few days.

vivid crater
#

Yes, if you fail to respond with 200 status codes we will eventually deactivate your webhook endpoint. You need to figure out what is causing this and fix the issue.

timid token
#

What do you know about Apps Script? Is it good as a server? What server do you recommend?

vivid crater
#

I don't know anything about App Script.

#

Stripe has SDKs in 7 sever-side programming languages that are suitable for building web servers.

#

Python, PHP, Ruby, NodeJS, Go, Java, .NET

#

Any of those would be able to take advantage of our SDKs

timid token
#

Thanks.

#

I will find a solution.

vivid crater
#

๐Ÿ‘

timid token
#

One more thing: Can I whitelist my webhook to avoid deactivation?

vivid crater
#

No, that isn't something we offer.