#make-a-wish-webhooks
1 messages · Page 1 of 1 (latest)
@hidden pawn I can try to help, but sorry, support should not send you here, they should help you with your issue. I have no access to your account.
but what's the problem?
Iam the developer from maw, i can attach screenshots
We should write here to solve this issue
I can try to help, what's the issue?
We have tried 10 times to deliver event notifications to the endpoint since September 17, 2021 at 9:06:09 AM UTC. If this endpoint is important to your application, you should try to resolve the problem immediately. If you don't need the webhook endpoint, you can delete it in your Stripe webhook settings. We will stop sending notifications to your webhook on September 26, 2021 at 09:06:09 UTC.
Here is a breakdown of the errors that were reported to us trying to send webhook events:
10 requests returned a HTTP 301, indicating your server is redirecting stripe to deliver the event to a new location. This usually signifies you should update your webhook endpoint’s URL.
For Stripe to acknowledge the transmission of the webhook event, you must send back a status code between HTTP 200 and 299.
That was the stripe message to us
This is the connection
Screenshot from Stripe acc
yep so as the developer you need to debug why your server returns a 301 status to us.
you must return a 200 HTTP status and it can't be a redirect : https://stripe.com/docs/webhooks/build#acknowledge-events-immediately
okay so the setup is fine but its only the server issue, right?
the email you got explains the issue — we send you a webhook (a HTTP POST to the endpoint you configured in your Stripe dashboard , in the screenshot you posted just above), but you've been returning a 301 status to us recently, so yes, it's your server config.
do you have an example evt_xxx ID that failed? (from your last screenshot) so I can take a quick look
"evt_3JafXFGLIti5JNFN1Akokcyx"
Maybe we dont need that webhook and just the connection method api key, like on the first screenshot
those two things are not really related
any way in that event you are returning Location: https://makeawish.de/?give-listener=stripe
so it sounds like you changed your server recently to get rid of your www. subdomain?
if so you need to change the URL of the endpoint on your Stripe dashboard(we won't follow redirects, you have to pass the exact URL). Does that make sense?
YESSS