Stripe is one of the most powerful service we can use. Using its maximum potential save valuable time and enable to build very robust application.

As I could not find the API calls I needed, I started to build my own library of calls. This plugin is now at the core of all my apps and has been enhanced months after months.

<aside> 💡 Need an help ? Stripe Documentation is one of the best ever made.

</aside>

<aside> ❗ Need to debug ? Logs are your best friends to understand your issue (Dashboard > Developers)

</aside>

Plugin information

Demo

The demo page with few calls https://nocodeagency.bubbleapps.io/stripe_library

and the editor https://bubble.io/page?name=stripe_library&id=nocodeagency

General advices

Create & Update - POST and DELETE calls must only used for Actions (in your workflow). From these actions, only save the most important fields.

Retrieve & List all - Results of GET calls can be used as Data. This is very powerful ! In the Editor, see how the created coupon is saved in the Bubble database as a thing.

<aside> 👉 The whole JSON response from GET calls can be saved in your database once and for all, with one query. Then, you'll have access to all the values.

</aside>