Skip to content
/ pay Public
forked from pay-rails/pay

Payments for Ruby on Rails apps

License

Notifications You must be signed in to change notification settings

nikgoy/pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc9923b Β· Aug 26, 2021
Aug 17, 2021
Aug 25, 2021
Aug 21, 2021
Mar 30, 2021
Aug 25, 2021
Aug 25, 2021
Aug 25, 2021
Aug 26, 2021
Aug 26, 2021
May 19, 2021
Jun 16, 2021
Jun 11, 2017
Mar 26, 2020
Aug 17, 2021
Aug 25, 2021
Aug 25, 2021
Aug 25, 2021
Feb 9, 2019
Aug 16, 2021
Dec 11, 2020
Aug 24, 2021
Aug 17, 2021

Repository files navigation

πŸ’³ Pay - Payments engine for Ruby on Rails

Build Status Gem Version

Pay is a payments engine for Ruby on Rails 5.2 and higher.

Upgrading? Check the CHANGELOG for any required migrations or changes needed if you're upgrading from a previous version of Pay.**

πŸ§‘β€πŸ’» Tutorial

Want to see how Pay works? Check out our video getting started guide.

🏦 Payment Processors

Our supported payment processors are:

  • Stripe (SCA Compatible using API version 2020-08-27)
  • Paddle (SCA Compatible & supports PayPal)
  • Braintree (supports PayPal)
  • Fake Processor (used for generic trials without cards, free subscriptions, testing, etc)

Want to add a new payment provider? Contributions are welcome.

We make our best attempt to standardize the different payment providers. They function differently so keep that in mind if you plan on doing more complex payments. It would be best to stick witha single payment provider in that case so you don't run into discrepancies.

πŸ“š Docs

πŸ™ Contributing

If you have an issue you'd like to submit, please do so using the issue tracker in GitHub. In order for us to help you in the best way possible, please be as detailed as you can.

If you'd like to open a PR please make sure the following things pass:

bin/rails db:test:prepare
bin/rails test
bundle exec standardrb

πŸ“ License

The gem is available as open source under the terms of the MIT License.

About

Payments for Ruby on Rails apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 85.6%
  • HTML 10.6%
  • JavaScript 3.3%
  • CSS 0.5%