Stripe webhooks HELP!

I have done live and the stripe endpoints are not making database changes in my bubble app anymore!!

the webhook for the API workflow is https://instalclone.bubbleapps.io/version-test/api/1.1/wf/payment_complete!/ gotten from my main account.

In live mode do these webhooks change? i.e. should I now change them to https://instalclone.bubbleapps.io/version-live/api/1.1/wf/payment_complete! and would they work after this ?

yes you need to make sure stripe sends live webhooks to https://instalclone.bubbleapps.io/api/1.1/wf/payment_complete! (without the version-live). Also, i recommend you remove the “!” from your webhook as a best practice.

2 Likes

its that as simple as editing the webhooks in stripe?

This topic was automatically closed after 70 days. New replies are no longer allowed.