{"id":45679656,"url":"https://github.com/spree-contrib/spree_gateway","last_synced_at":"2026-03-09T20:01:20.325Z","repository":{"id":848936,"uuid":"3014099","full_name":"spree-contrib/spree_gateway","owner":"spree-contrib","description":"Huge collection of payment gateways for @spree. Stripe, Braintree, Apple Pay, Authorize.net and many others!","archived":false,"fork":false,"pushed_at":"2025-06-05T10:38:19.000Z","size":897,"stargazers_count":230,"open_issues_count":51,"forks_count":439,"subscribers_count":42,"default_branch":"main","last_synced_at":"2026-02-12T16:41:19.299Z","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-contrib.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":"2026-02-08T14:38:43.000Z","dependencies_parsed_at":"2024-06-18T15:32:14.274Z","dependency_job_id":"feb72d2f-d478-44ce-bddd-b28019a1049a","html_url":"https://github.com/spree-contrib/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,"purl":"pkg:github/spree-contrib/spree_gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree-contrib%2Fspree_gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree-contrib%2Fspree_gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree-contrib%2Fspree_gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree-contrib%2Fspree_gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spree-contrib","download_url":"https://codeload.github.com/spree-contrib/spree_gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree-contrib%2Fspree_gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29455760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-24T14:00:36.916Z","updated_at":"2026-03-09T20:01:20.309Z","avatar_url":"https://github.com/spree-contrib.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 **PayPal** support head over to [Spree PayPal Checkout](https://github.com/spree/spree_paypal_checkout)\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-contrib%2Fspree_gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspree-contrib%2Fspree_gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree-contrib%2Fspree_gateway/lists"}