solidus_stripe_sources
is an extension that adds support for Stripe Sources for Solidus. It supports SEPA Direct Debit, Alipay, Sofort, Giropay, iDEAL, P24.
Supported payment methods
- Sofort
Supported Soludus Version
- 2.2.x
other version of Solouds might work as well, but not guarantied.
Note: for now, payments are finished only by webhook, admin can't finish payments from admin interface.
Add solidus_stripe_sources to your Gemfile:
gem 'solidus_stripe_sources', github: 'denkungsart/solidus_stripe_sources', branch: :master
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g solidus_stripe_sources:install
Note:
- Stripe Sources webhook-based payment methods, it expects to get webhook from Stripe to process payments.
- Stripe uses secret and publishable_key for differ live from test, no additional test flag is needed.
Setup Payment Method in admin interface:
Setup webhooks in Stripe dashboard.
The gem is available as open source under the terms of the MIT License.