{"id":13835642,"url":"https://github.com/spree/spree_gateway","last_synced_at":"2025-05-14T00:11:33.510Z","repository":{"id":848936,"uuid":"3014099","full_name":"spree/spree_gateway","owner":"spree","description":"Huge collection of payment gateways for @spree. Stripe, Braintree, Apple Pay, Authorize.net and many others!","archived":false,"fork":false,"pushed_at":"2025-03-25T16:30:59.000Z","size":894,"stargazers_count":229,"open_issues_count":51,"forks_count":442,"subscribers_count":47,"default_branch":"main","last_synced_at":"2025-04-13T18:44:13.984Z","etag":null,"topics":["activemerchant","braintree","spree","spreecommerce","stripe"],"latest_commit_sha":null,"homepage":"https://spreecommerce.org","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-12-19T18:39:29.000Z","updated_at":"2025-04-10T05:36:33.000Z","dependencies_parsed_at":"2024-06-18T15:32:14.274Z","dependency_job_id":"2cd836cc-f4af-47d0-9e5b-5ba6db1103a3","html_url":"https://github.com/spree/spree_gateway","commit_stats":{"total_commits":477,"total_committers":118,"mean_commits":"4.0423728813559325","dds":0.790356394129979,"last_synced_commit":"f2ef7ae0b0fb69ed566524ba5bcd844f0eec13c7"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spree","download_url":"https://codeload.github.com/spree/spree_gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254044424,"owners_count":22005158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activemerchant","braintree","spree","spreecommerce","stripe"],"created_at":"2024-08-04T14:01:07.268Z","updated_at":"2025-05-14T00:11:28.502Z","avatar_url":"https://github.com/spree.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Spree Gateway\n\nCommunity supported Spree Payment Method Gateways. It works as a wrapper for\n[active_merchant](https://github.com/activemerchant/active_merchant) gateway. \n\n\u003e [!NOTE]  \n\u003e For **Stripe** support, please go to [Spree Stripe](https://github.com/spree/spree_stripe) \n\n\u003e [!NOTE]  \n\u003e For **Braintree \u0026 PayPal** support head over to [Spree Braintree](https://github.com/spree-contrib/spree_braintree_vzero)\n\nSupported payment gateways:\n* Authorize.net (with CIM support)\n* BanWire\n* Bambora (previously Beanstream)\n* CyberSource\n* ePay\n* eWay\n* maxipago\n* MasterCard Payment Gateway Service (formerly MiGS)\n* Moneris\n* PayJunction\n* Payflow\n* Paymill\n* Pin Payments\n* QuickPay\n* sage Pay\n* SecurePay\n* Spreedly\n* USAePay\n* Worldpay (previously Cardsave)\n\n## Installation\n\n1. Add this extension to your Gemfile with this line:\n\n    ```ruby\n    gem 'spree_gateway', '~\u003e 3.7'\n    ```\n\n2. Install the gem using Bundler:\n    ```ruby\n    bundle install\n    ```\n\n3. Copy \u0026 run migrations\n    ```ruby\n    bundle exec rails g spree_gateway:install\n    ```\n\nFinally, make sure to **restart your app**. Navigate to *Configuration \u003e Payment Methods \u003e New Payment Method* in the admin panel and you should see that a bunch of additional gateways have been added to the list.\n\n## Contributing\n\nIn the spirit of [free software][1], **everyone** is encouraged to help improve this project.\n\nHere are some ways *you* can contribute:\n\n* by using prerelease versions\n* by reporting [bugs][2]\n* by suggesting new features\n* by writing or editing documentation\n* by writing specifications\n* by writing code (*no patch is too small*: fix typos, add comments, clean up inconsistent whitespace)\n* by refactoring code\n* by resolving [issues][2]\n* by reviewing patches\n\nStarting point:\n\n* Fork the repo\n* Clone your repo\n* (You will need to `brew install mysql postgres` if you don't already have them installed)\n* Run `bundle`\n* (You may need to `bundle update` if bundler gets stuck)\n* Run `bundle exec rake test_app` to create the test application in `spec/test_app`\n* Make your changes\n* Ensure specs pass by running `bundle exec rspec spec`\n* (You will need to `brew install phantomjs` if you don't already have it installed)\n* Submit your pull request\n\n\nLicense\n----------------------\n\nSpree is released under the [New BSD License][3].\n\nAbout Spark Solutions\n----------------------\n[![Spark Solutions](http://sparksolutions.co/wp-content/uploads/2015/01/logo-ss-tr-221x100.png)][spark]\n\nSpree Gateway is maintained by [Spark Solutions Sp. z o.o.][spark].\n\nWe are passionate about open source software.\nWe are [available for hire][spark].\n\n[spark]:http://sparksolutions.co?utm_source=github\n\n[1]: http://www.fsf.org/licensing/essays/free-sw.html\n[2]: https://github.com/spree/spree_gateway/issues\n[3]: https://github.com/spree/spree_gateway/blob/main/LICENSE.md\n[4]: https://github.com/spree\n[5]: https://github.com/spree/spree_gateway/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspree%2Fspree_gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_gateway/lists"}