Stripe is announcing that Stripe Ruby bindings with version number 1.22.0 is already available to download.
What is Stripe Ruby bindings ?
Stripe Ruby bindings is A Ruby library for interacting with the Stripe API .
Stripe is an online service for handling online money transactions.This library wraps the Stripe API and allows Ruby programmers to query and interact with Stripe's payment services.It supports most of Stripe's service options, including API authentication, money transfers, coupons, querying for customer info, error handling, refunds, invoices, pricing plans, currency control, account management and many other more.Stripe bindings are also available for other programming languages as well:PHPPythonJavaScala
This is changelog for Stripe Ruby bindings version 1.22.0 :
- Raise an error when explicitly passing nil as the API key on resource methods.
- Fixed error when passing an API key to Balance.retrieve.
You can read the complete changelog and also download this latest version on their homepage:
stripe.com