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

voxable/pay

 
 

Repository files navigation

💳 Pay - Payments engine for Ruby on Rails

Build Status Gem Version Tuple

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

⚠️ Upgrading? Check the UPGRADE guide for required changes and/or migration when 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 with a 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

 
 
 

Languages

  • Ruby 86.2%
  • HTML 10.3%
  • JavaScript 3.1%
  • CSS 0.4%