I am having trouble successfully testing a webhook from Stripe to the Bubble API on my app. Here are the steps I have taken:
Bubble Settings
- API > Public API Endpoints > This App Exposes a POST/Workflow API > Checked this setting
Bubble API
- Add an endpoint
- Expose as public endpoint = yes
- This endpoint can be run without authentication = yes
- Ignore privacy rules when running the workflow = yes
- key = ID
- Type = text
Stripe Settings
- Webhooks > Add Endpoint > Connect
- URL = https://appname.bubbleapps.io/version-test/api/1.0/wf/endpointname
- Mode = Development
- Send me all events = yes
- Sends Test webhook
After competing this I receive from Stripe dashboard “Test webhook error.”