I am using Paddle.com as my payments processor and I want to update my users’ information on my Bubble database anytime a payment is made through the alert webhooks sent by Paddle. However, despite setting up the endpoint to capture the webhook, I need to manually start the initializing process for the endpoint to capture the webhook instead of it doing it automatically.
I already took these steps:
- I created a new data type named “Subscription” and added all the relevant fields
- Enabled the necessary API endpoints settings for my app
- Created an endpoint named “subscriptions created” that automatically detects data from the webhook
- The data was detected successfully when using the endpoint URL (https://postbox.bubbleapps.io/version-test/api/1.1/wf/subscription_created/initialize) for Paddle to send the webhook to.
But, when new purchases are made in Paddle and the webhook is sent out, nothing gets saved in my Bubble database. Any workarounds for that?
As I am not skilled in coding nor APIs, I have tried to read the manuals, browse through the forum, but have not been able to find a solution to this. I’d greatly appreciate any help!

