Hi all,
I am trying to create a webhook to call data from Stripe to Bubble (both Bubble and Stripe are on developer/test mode) to complete checkout sessions.
1- I enabled the workflow API and backend workflows
2- I created a new API workflow on the backend workflows
3- I clicked on detect data
4- On stripe, I created a new webhook endpoint
5- I completed a checkout session
6- The checkout session succeed on Stripe, but the webhook is always pending
7- As a result, the API does not work on Bubble
Any idea why this happens?
Thanks a lot!