activemerchant Questions
3
Solved
I'm trying to config my paypal gateway and activemerchant with help of railscasts tutorial but I'm a bit confused because the gateway information has changed.
That's the old config from the tutori...
Fleischer asked 16/3, 2013 at 19:19
3
Solved
Working on a rails project where there's an order confirmation string with a credit card number with all but the last four digits starred out. What's the proper way to do a string substitution?
Wh...
Kandace asked 15/12, 2009 at 0:48
1
I'm trying to set up a rails app to use Paypal website payments standard. I'd rather have users click a button and submit their info on the Paypal site rather than on my site, but I'd like to use A...
Matelot asked 18/8, 2011 at 1:7
1
I'm trying to integrate Paypal Adaptive checkout using Active Merchant and active_paypal_adaptive_payment gem.
During User registration, User needs to register his/her paypal account in order to r...
Bust asked 14/12, 2015 at 8:47
4
I've seen posts that you should use ActiveMerchant for PayPal integration, but I also found this on the PayPal website.I'm struggling with placing what in which file, since I'm totally new to RoR. ...
Warhorse asked 14/9, 2013 at 5:41
1
I followed this railscast to set up active merchant on a rails 4.1 app.
While I try to create orders and pay, I get the error from paypal server:
Security header is not valid
My question: What ...
Wurster asked 22/9, 2014 at 12:48
7
Solved
I'm building a marketplace application that uses PayPal Express. I've got a form for sellers to input their PayPal API credentials, but I need a way to validate them by making some sort of call to ...
Greasy asked 3/2, 2009 at 21:40
1
Solved
I've been struggling with this error installing libxml-ruby while setting up my active merchant git. I've Googled all the components of the error many times, but I'm just not really sure what I'm l...
Vandenberg asked 9/3, 2014 at 18:2
2
Solved
Rails 3.0.10 and activemerchant gem 1.29.3
My app works fine in sandbox, but transactions in production mode are failing with "Security header is not valid", "ErrorCode"=>"10002"
We initiated a ...
Carthusian asked 18/12, 2012 at 20:13
2
Solved
I'm trying to set up a PayPal express checkout using active merchant but I'm running into problems. I've followed a tutorial and I can get to the "choose a way to pay" form on paypal but there are ...
Griskin asked 13/2, 2012 at 12:27
2
I am trying to integrate ActiveMerchant in my rails app. I have certain plans that if subscribed limit the user access. As you all guyz might be knowing what a subscription based app is, I am not g...
Proffitt asked 11/11, 2010 at 12:17
3
Solved
Before jumping in I'd like to know what all of my options are, and, if possible their pros and cons.
The two I know of are using ActiveMerchant, or the paypal_recurring gem, but will they satisfy ...
Fields asked 16/3, 2012 at 22:16
2
Solved
I want to build a marketplace site where my application connects a 'buyer' and a 'seller' and takes a commission (%) in the process.
I've checked out Adaptive payments API on Paypal and have seen ...
Greylag asked 11/11, 2011 at 3:37
1
Solved
My original question (below) was perhaps too specific, so I'm going to ask something more general!
Can anyone point me in the direction of a tutorial, example or documentation on using Activ...
Strawn asked 19/10, 2011 at 14:10
1
Solved
I was trying to implement paypal payment gateway.
But I am getting an error:
This transaction is invalid. Please return to the recipient's website to complete your transaction using their regula...
Tamas asked 17/12, 2011 at 21:43
4
Solved
I am using ActiveMerchant to give my rails app access to Paypal's Express Checkout.
I would like to include the Order Details on the Review Page as described here: https://cms.paypal.com/us/cgi-bin...
Menes asked 10/10, 2010 at 0:38
2
Solved
I am new to the rails world and am in the process of setting up a small rails app for a client. One of the requirements is that the user enters their credit card which gets charged for a spec...
Treasonable asked 14/7, 2011 at 1:2
3
Solved
What credit card information am I allowed to store while still being PCI compliant if I am relying on braintree for payment processing?
The reason I am asking is because, as a simple optimization,...
Mantra asked 21/12, 2010 at 1:5
8
Solved
I'm trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost.
All I need is a v...
Angarsk asked 5/11, 2009 at 21:56
1
Solved
I'm building an app that needs to accept credit card payments with something like active merchant. In terms of security, is it possible for it to live on heroku and use authorize.net (or similar) a...
Hesketh asked 20/9, 2010 at 3:6
2
Solved
I need to set up a payment solution within one of our Rails apps using the ActiveMerchant library. Although this question is highly subjective, what are people experiences with the major gateways o...
Allegiance asked 29/6, 2009 at 8:6
1
Solved
I'm setting up a rails site that will accept credit cards with ActiveMerchant and PayPal Website Payments Pro. I am successfully testing against the PayPal sandbox, but need to be able to test on m...
Leesaleese asked 16/6, 2009 at 4:8
1
Rails has frameworks such as ActiveMerchant and Freemium (which uses ActiveMerchant) to simplify dealing with payment processing. What other frameworks are there for other programming languages suc...
Verdha asked 24/3, 2009 at 17:59
1
© 2022 - 2025 — McMap. All rights reserved.