Pradeep CS
Pradeep CS

Reputation: 29

Ruby Online payment handle by moneris itself

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

Answers (1)

Agung Prasetyo
Agung Prasetyo

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

Related Questions