It was fun for all of 5 minutes reading Stripe's API docs and trying to build my webhooks in Wappler. My first attempt at integrating Stripe with my site using Wappler, was to use the built-in Wappler components. As Stripe continued to update its object models for different events, the Wappler components became less reliable. I'm now rewriting and testing my webhooks using Wappler's API Action component. However, if there's an AI tool that can help this process, I'd LOVE to know.
can you please share more details about what's outdated so we can improve it?
I’ve rewritten the Wappler code which runs when a Stripe Webhook is received… it ignores the endpoint key and just checks if the subscription ID exists in my database… then it grabs the bits I need from the (object) structure and stores the main info to be processed with a crontab later.
It’s PHP based, but happy to share the details if it would be helpful!