Skip to content

markpuerto/pay

This branch is 3 commits ahead of, 242 commits behind pay-rails/pay:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d1de1c Β· Nov 23, 2022
Sep 6, 2022
Nov 23, 2022
Mar 30, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Sep 2, 2021
Jun 16, 2021
Jun 11, 2017
Mar 26, 2020
Dec 16, 2021
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Feb 9, 2019
Nov 23, 2022
Dec 11, 2020
Nov 23, 2022
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 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 2022-08-01)
  • 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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.2%
  • HTML 9.4%
  • JavaScript 1.9%
  • Other 0.5%