Reputation: 29
I want to use moneris payment gateway, where I will redirect some info to moneris page and customer will enter Credit card details and do the payment. Finally API should redirect to our application.
Is any one know this one?
Or any other API support this one. We want to use CAD currency here.
Upvotes: 1
Views: 441
Reputation: 4483
You should use activemerchant this is the documentation about moneris gateway: http://rdoc.info/github/Shopify/active_merchant/master/ActiveMerchant/Billing/MonerisGateway
Upvotes: 3