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.
Want to see how Pay works? Check out our video getting started guide.
Our supported payment processors are:
2022-11-15
)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.
Usage
Payment Processors
Marketplaces
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.
For those using devcontainers, if you want to test the application with different databases:
DATABASE_URL
corresponding to the database type you wish to use in the .devcontainer/devcontainer.json
file.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
The gem is available as open source under the terms of the MIT License.