Add this extension to your Gemfile:
gem 'spree_conekta', github: 'AgilTec/spree_conekta', branch: '2.4.0.rc3'
Then run:
bundle
rails g spree_conekta:install
You need to go to Conekta, create an account and retrieve your public api key.
On the spree application admin side go to:
/admin/payment_methods/new
In the provider box,choose one of the following options depending on your needs:
Spree::BillingIntegration::Conekta::Card
Spree::BillingIntegration::Conekta::Cash
Spree::BillingIntegration::Conekta::Bank
Spree::BillingIntegration::Conekta::MonthlyPayment
On the auth token field, add your Conekta public key:
Conekta currently supports four different methods:
Card method will let you pay using your credit or debit card. More info: Conekta Card
Cash method will generate a bar code with the order information so you'll be able to take it to your nearest OXXO store to pay it. More info: Conekta Cash
Bank method will let you generate a deposit or transfer reference. More info: Conekta Bank
This method will let you pay using your credit card with a monthly payment schema. More info: Conekta Monthly Payments You can configurate the options for number of installements and default creating an initializer in your app and writing code as this example:
Spree::Conekta.configure do |config| config.installment_options = [3] # [3, 6] , [3, 6, 12] config.installment_default = 3 # 6 12 end
Important Note: If you want to support all source methods, you'll need to create a payment method for each one.
Important Note: This extension only works with ruby 2.0+.
Crowd Interactive is an American web design and development company that happens to work in Colima, Mexico. We specialize in building and growing online retail stores. We don’t work with everyone – just companies we believe in. Call us today to see if there’s a fit.