a git-style cli, offering a friendly, intuitive interface to all of the Stripe API right from the console. With an emphasis on convenience and productivity and a commitment to pretty, colorful, but most of all READABLE output.
This gem simplifies subscribing a user to a given recurring plan using Stripe API.
Stripe Rails was built on top of the official stripe gem to bring ease of use of stripe in your models. The gem also uses your applications cache to store objects locally so that you dont have to continuously hit Stripes API, it wont have to reach the stripe API on every page load. Lastly, this gem has built in responses for stripe webhooks/callbacks.
This gem implements the credit card related functionality and credential check using Stripe API.
A RailsEngine offering local, synchronous access to Stripe Api resources as ActiveRecord classes
Make breaking API changes without breaking things by using request_migrations to craft backwards-compatible migrations for API requests, responses, and more. Inspired by Stripe's API versioning strategy.
This gem can be used to implement guest checkout and one click checkout using Stripe API.
CardMask is a simple ViewHelper wrapper that generates a mask for card numbers, perfect for the Stripe API.
Simplified Stripe API
A Stripe API Client, to support multiple API Keys.
Square-webhooks is a Ruby gem designed to make the handling of Square webhooks easy and maintainable. Inspired by the well-known stripe_event gem, square-webhooks provides a robust and flexible framework to receive, verify, and handle Square webhook events in a Rails application, offering a seamless integration with the Square API.
Toolkit for working with the Stripe API.
This is for easy use of Stripe API in TagoIO