#Harish-webhooks
1 messages · Page 1 of 1 (latest)
'we_1JhY6cJTyDnr7e6isYrMZSHR'
The webhook ID you shared seems to be working fine. Did you mean this webhook: https://dashboard.stripe.com/test/webhooks/we_1KLPNUJTyDnr7e6izT5qgz2b
Yes
Actually we are unable to connect to our dev and pre-prod servers from stripe test webhook. because of security checks that callis blocked by our side. So we thought of using Local Listners. we followed the document https://stripe.com/docs/stripe-cli/webhooks to enable local listners. I hope we should expect the our local code should not call stripe for the events like charge.succeeded and payment_intent.succeded. Perhaps the request should generate locally and update our system locally.
If my understanding is not correct, please guide me to do full test of stripe locally without getting a callback from stripe.
because of security checks that callis blocked by our side.
Have you tried allowing the Stripe IP address for the webhooks https://stripe.com/docs/ips#webhook-notifications
please guide me to do full test of stripe locally without getting a callback from stripe
I'm sorry, I'm not sure to understand that part. If you want to use webhooks, then you need callbacks from Stripe.
Not sure , let me check
How can I do this..? Where to pass those IP address
I don't know, it depends on your hosting provider. You can contact them directly and tell them to allow connections from these IP address.
Okay
@junior galleon
We are not suppose to go with IP address due to security reasons ,so we thought of using local webhooks and call them locally.
Can I knw how to achieve it..?
I'm not sure what you mean by 'local webhooks'?