Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 949 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 949 Bytes

Solidus OpenPay

CircleCI

Add solidus_open_pay to your Gemfile:

gem 'solidus_open_pay', github: 'jtapia/solidus_open_pay'

Then run:

bundle
bundle exec rails g solidus_open_pay:install

Setup OpenPay Payments

You need to go to Openpay, create an account and retrieve your ID, private and public api keys.

On the solidus application admin side go to:

  • /admin/payment_methods/new
In the provider box, choose one of the following options depending on your needs (freemium version only works with credit card):

SolidusOpenPay::PaymentMethod

Source Methods

Solidus Openpay currently supports:

Card

Card method will let you pay using your credit or debit card. More info: More info: Openpay Card