Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveMerchant offsite_payments #232

Open
metade opened this issue Jul 20, 2015 · 5 comments
Open

ActiveMerchant offsite_payments #232

metade opened this issue Jul 20, 2015 · 5 comments

Comments

@metade
Copy link

metade commented Jul 20, 2015

We're looking to integrate with Mollie, a payment provider in the Netherlands.

There is support for Mollie in the ActiveMerchant offsite_payments gem, so it would make sense to reuse that rather than starting from scratch. I hadn't come across this before - it seems that ActiveMerchant has extracted all of the off site payment integrations into a separate gem rather than have them mixed in with the main activemerchant gem.

But how should we approach integrating this with Spree?

  • Do I add a new gateway (Spree::Gateway::MollieIdeal) in this gem that wraps the OffsitePayments::Integrations::MollieIdeal like any other gateway?
  • Is it added as a billing integration like the Skrill one (i.e. Spree::BillingIntegration::MollieIdeal)?
  • Or is there need for a new gem just for wrapping the ActiveMerchant offsite_payments integrations?
@JDutil
Copy link
Member

JDutil commented Jul 23, 2015

Yea it would be a billing integration like Skrill so Spree::BillingIntegration::MollieIdeal. It would be best to have another extension wrapping offsite_payments, but I wonder how simple it could be done directly here as well if you want to try.

@alexw23
Copy link

alexw23 commented Aug 31, 2015

👍

@alepore
Copy link

alepore commented Sep 4, 2015

just saw some work here https://github.com/dapic/spree_offsite_payments

@LaurensN
Copy link

LaurensN commented Dec 2, 2015

@metade Any progress on this ? I'm integrating Mollie as a gateway at the moment, it's almost finished but I'm running into some issues, for example I don't need the confirmation step after the payment paid. (iDeal has an instant callback)

@metade
Copy link
Author

metade commented Dec 3, 2015

@LaurensN I'm afraid not. We ended up porting to Solidus and using Adyen instead of Mollie.

We've been working with Stembolt on a gem for this: https://github.com/StemboltHQ/solidus-adyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants