I am trying to use Paddle for payment in my Bubble app.
I am not good with API so I am working with a developer.
And here’s what he said last night:
Unlike Stripe we can’t checkout by just visiting a link. Based on the documentation the checkout request paddles own SDK . They have a javascript library to make that work on bubble we need a plugin. And all the plugins on bubble are deprecated or don’t work at all
So, according to him, we need to build a plugin to make the Paddle and Bubble integration possible.
I am sure there would be many of you using Paddle as Stripe is not available in all countries.
If you add JS to htlm element or header of the page, this is fine if you don’t need to manipule data/trigger event.
Using toolbox for me is just like setting a plugin inside a plugin. There’s more option if you do your own plugin (data, states, event…) and it’s easier for maintenance and lighter. Also, your script doesn’t on another plugin.
Finally, it’s a lot easier to create a plugin if you have an element draw on the page. this is the case for this SDK (if you use inline option).