百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

pay

> 后端框架
开源

Ruby on Rails 应用程序的付款

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Ruby on Rails 应用程序的付款

# Pay - Payments engine for Ruby on Rails Pay is a payments engine for Ruby on Rails 6.0 and higher. > [!TIP] > Check out [Jumpstart](https://jumpstartrails.com) for Rails Starter Kit with Pay already integrated! **Upgrading?** Check the [UPGRADE](UPGRADE.md) 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](https://stripe.com/docs/strong-customer-authentication) using API version `2022-11-15`) - Paddle (SCA Compatible & supports PayPal) - Braintree (supports PayPal) - Lemon Squeezy (supports PayPal) - [Fake Processor](docs/fake_processor/1_overview.md) (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 * [Installation](docs/1_installation.md) * [Configuration](docs/2_configuration.md) * **Usage** * [Customers](docs/3_customers.md) * [Payment Methods](docs/4_payment_methods.md) * [Charges](docs/5_charges.md) * [Subscriptions](docs/6_subscriptions.md) * [Routes & Webhooks](docs/7_webhooks.md) * [Customizing Pay Models](docs/8_customizing_models.md) * **Payment Processors** * [Stripe](docs/stripe/1_overview.md) * [Braintree](docs/braintree/1_overview.md) * [Paddle](docs/paddle_billing/1_overview.md) * [Lemon Squeezy](docs/lemon_squeezy/1_overview.md) * [Fake Processor](docs/fake_processor/1_overview.md) * [Asaas (Community)](https://github.com/PedroAugustoRamalhoDuarte/pay-asaas) * [Square (Community)](https://github.com/Willardgmoore/pay-square) * **Marketplaces** * [Stripe Connect](docs/marketplaces/stripe_connect.md) * **Contributing** * [Adding A Payment Processor](docs/contributing/adding_a_payment_processor.md) ## 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: 1. Uncomment the `DATABASE_URL` corresponding to the database type you wish to use in the `.devcontainer/devcontainer.json` file. 2. Rebuild the devcontainer, which will configure the application to use the selected database for your development environment. If you'd like to open a PR please make sure the following things pass: ```ruby 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](http://opensource.org/licenses/MIT).

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rubybraintreeenginehacktoberfestpaddle

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架