#ketaaa
1 messages ยท Page 1 of 1 (latest)
Hi Jack Tan
Hi there, what do you mean by other origin?
we notified that all the webhooks sent during 7 days was sent to a wrong domain
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
like a local webhook has been configured on prod by mistake and our prod webhook has been desactivate
is it possible for you to send back all these webhooks event to the our production webhook?
https://dashboard.stripe.com/webhooks/we_1MBwbZJhyUplILGN1m3ZHCSP (this is the correct webhook)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There's no way to send already delivered webhook events to a different webhook endpoint. But you can use the List all events API (https://stripe.com/docs/api/events/list?lang=go#list_events) to get the list of events up to 30 days
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you mean through Dashboard?
https://dashboard.stripe.com/events you can view the events here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
exactly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
for example this one
how can I say to Stripe to send it to the other webhook domain now?
๐ taking over for my colleague. Let me catch up.
Hey Tarzan
We got like 150 failed events because the webhook has been sent to the wrong origin
I would love to have an easy to send them back to the correct origin
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
for example this one
it's not possible to do it through the dashboard as my colleague mentioned you can use Stripe CLI to resend the events to a specific endpoint https://stripe.com/docs/cli/events/resend
okay thanks
let me know if you need any more help