Hey all,
We (Heresy) recently open-sourced a tiny library for working with Stripe’s REST API. From the official package description:
Stripy is a micro wrapper intended to be used for sending requests to Stripe’s REST API. It is made for developers who prefer to work directly with the official API and provide their own abstractions on top if such are needed.
There are currently a bunch of other Stripe libraries available, but we didn’t like the provided abstractions on top of the official API, so we ended up with something fairly simple that works well for us and allows us to upgrade to newer Stripe API versions easily.
Hope someone else finds it useful!
Hex: https://hex.pm/packages/stripy
Hexdocs: https://hexdocs.pm/stripy/readme.html
Source: https://github.com/heresydev/stripy