Migrating off code.stripe.com
Ruby, Python, and Magento users can find relevant information on this page.
Stripe used to host a Rubygems repository containing stripe-ruby
, and a Python repository containing stripe-python
. We deprecated these repositories in 2015 and removed them in January 2022. You can download the libraries from the official package repositories:
- Download
stripe-ruby
from rubygems.org - Download
stripe-python
from pypi.org.
Please do not hesitate to ask questions or voice concerns on the open GitHub issue or contact Stripe support.
Ruby users
Please update your Gemfile. For example, find and modify a line like the following:
gem "stripe", "~> 5.39", :source => 'https://code.stripe.com' gem "stripe", "~> 5.39"
Python users
Please update your requirements.txt or equivalent. For example, find and delete any lines mentioning code.stripe.com, like the following:
-i https://code.stripe.com
Adobe Commerce (Magento 2) users
The releases for the Stripe Connector for Adobe Commerce are available on GitHub. Click here to download the latest release.