Questions tagged [activemerchant]

Active Merchant is an extraction from the e-commerce system Shopify

Active Merchant is an extraction from the e-commerce software solution . It provides a simple and unified API to access dozens of different payment gateways with very different internal APIs.


Documentation :

309 questions
3
votes
3 answers

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway in Rails?

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway or does Google act as the gateway the same way that ActiveMerchant/Spree would? Also, are there any disadvantages to using Google Checkout that might be…
Willem Obst
3
votes
0 answers

Looking for full ActiveMerchant AuthorizeNetCimGateway documentation for options requirements

I am integrating ActiveMerchant in a project, and am mystified over and over again by the lack of documentation for the options parameter. Taking the following as an example, where do I locate information for what form/format the :payment hash or…
pixelearth
  • 13,674
  • 10
  • 62
  • 110
3
votes
3 answers

Config settings for active_merchant to be compatible with a Rails 3 app

I'm following http://railscasts.com/episodes/145-integrating-active-merchant How do I set the configuration settings to be compatible with a Rails 3 app. I tried putting the following in config/initializers/active_merchant.rb if Rails.env ==…
Christian Fazzini
  • 19,613
  • 21
  • 110
  • 215
3
votes
2 answers

Rails Marketplace Payment Processing

I have a client who recently changed the scope of a project I was building for them, to a marketplace. Previously users had to pay a nominal fee to register for the site...I was handling credit card transactions using Active Merchant. For the…
3
votes
4 answers

Most suitable Paypal payment integration option

My setup: Rails 3.0.9, Ruby 1.9.2, Active Merchant 1.15.0 I just started to explore the best way to integrate credit card / Paypal payment into my site. The subscribe button option seems to be the easiest way to integrate and it doesn't even require…
Bob
  • 8,424
  • 17
  • 72
  • 110
3
votes
1 answer

paypal with ActiveMerchant

I am integrating paypal service in my application using Activemerchant. Now I want to know how to use ActiveMerchant to make payment to Bank or Credit card ? for example: I am seller and I want to pay some amount to somebody. I want to pay such…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
3
votes
2 answers

Repeated charging with Payflow Pro

This is probably more question for technical support of Payflow Pro, but anyway. We are trying to implement repeated charging of one credit card by Payflow Pro payment with ActiveMerchant. We need the customer to give the credit card info once and…
Jakub
  • 735
  • 7
  • 19
3
votes
1 answer

fields_for, formtastic, ActiveMerchant, and validation errors

I'm trying to use Formtastic to create a payment form, since I'd like to use the inline errors. I'm using ActiveMerchant to handle the billing. I have the following form: <%= semantic_form_for @payment do %> <%= form.inputs do %> <%=…
Kyle Slattery
  • 33,318
  • 9
  • 32
  • 36
3
votes
1 answer

Active merchant and Paypal API for recurring payment

I have few questions on paypal's recurring payments, I went trough the paypal documentation to find some answers but, it didn't help me much. Here are the stuffs that I need to know, hope someone can help me on these. I'm using paypal's standard…
randika
  • 1,519
  • 3
  • 18
  • 39
3
votes
2 answers

uninitialized constant ActiveMerchant::Billing::CreditCard::Validateable (NameError) - in Spree shop

i'm new in rails. Today i tried deploy my shop(SpreeShop) to new production server, but somthing was wrong. I have foolowing problem with some gem: activemerchant (1.34.1). Bellow is my stack trace. uninitialized constant…
3
votes
2 answers

Using custom certificates for Authorize.net AIM API in Rails on Heroku

As of a few days ago, Authorize.net upgraded their certificates so that they are signed using (SHA-2). Our customers now get this error returned from Authorize.net: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate…
digijim
  • 676
  • 2
  • 9
  • 20
3
votes
1 answer

ActiveMerchant Get Braintree ClientToken

I am trying to use ActiveMerchant with Braintree Dropin UI and I am unable to find the correct methods to create the client token to pass to the JavaScript SDK. My current setup is: # config/environments/development.rb # ActiveMerchant…
tomasbasham
  • 1,695
  • 2
  • 18
  • 37
3
votes
1 answer

Multiple merchant accounts with Activemerchant gem

I am developing a rails site that will allow a group of merchants (5 - 10) to accept credit card orders online. I plan on using the Activemerchant gem to handle the processing. In this case, each merchant will have their own merchant accounts to…
sosborn
  • 14,676
  • 2
  • 42
  • 46
3
votes
1 answer

Saving payment for later with activemerchant

Active Merchant seems like a nice gem for payments. However, I need the ability to save a customer's payment information and then charge the card at a later date (ie, at time of shipping not at time of order placement). Both Braintree and Stripe…
user21398
  • 1,473
  • 4
  • 18
  • 31
3
votes
2 answers

ActiveMerchant PaypalExpress Missing Item Description

I am working with ActiveMerchant and the checkout process will complete resulting in the end-user being charged the correct amount, but on the receipt sent to the end-user by paypal and in the paypal backend the item title and description are…
dbslone
  • 2,014
  • 2
  • 19
  • 26