Hello, My stripe webhook is working perfectly in test mode, all the backend workflows are being triggered fine, but in live mode the workflow doesn’t seem to trigger i’ve changed the Price ID, redirect urls and secret keys when testing in live and also i’ve removed the initialise part in the webhook end point, i just can’t seem to figure out why this is working in test and the same set up isn’t working in live after changing the necessary keys.
Thank you and i really appreciate any help to fix this matter
Hey @sasyo71 have you updated the URL in the Stripe Webhook?
You’ll need two identical webhooks (event destinations) - one for live and one for test (each hitting the separate dev and live URLs).
There should be a page in stripe frontend where you can check your api calls. There should be a message for each api calls. Any messages there?
Also any (error)messages in the bubble-Logs ?
best,
jupxi
it turns i hadn’t removed version test from stripe’s url
you’re right i copied the version test one to live as well
1 Like