Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Software
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 952  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: A credit card gateway abstraction library for ruby and rails projects

Active Merchant is sponsored by jadedPixel and written by Tobias Luetke, Cody Fauser and contributors. It's currently in production use in Shopify, the project which spawned the library.

 

Need a bit of a hand with a new Gateway 
  I have created a new Gateway module for Active Merchant. Everything works fine, except that I have to use Crub instead of the built in ssl_post method. I have overwritten the ssl_post method as such def ssl_post(url, data, headers={}) url = "#{url}?#{data}" curlObj = Curl::Easy.new(url) curlObj.connect_timeout = 15... more »
By Robert Cotey  - Jun 17 - 4 new of 4 messages    

SyntaxError in Windows 7 environment 
  I'm getting an error that I have no clue how to fix when trying to execute the ReadMe sample usage with my credentials subbed in. I'm running Rails v.3.2.12 and Ruby 1.9.3p392 on a Windows 7 PC. Here is the error I'm receiving: SyntaxError in CheckoutController#ship_option s D:/RailsInstaller/Ruby1.9.3/li b/ruby/1.9.1/rexml/functions.r b:302: syntax error, unexpected '.', expecting ';' or '\n'... more »
By Rob Daniels  - Jun 4 - 2 new of 2 messages    

Integrations: Return vs Notification 
  I'm looking at contributing the NAB Transact Direct Post Integration for Active Merchant (not to be confused with the NAB Transact XML Gateway which has already been contributed to Active Merchant) Integrations aren't the most up-to-date and well documented of things and it seems in most Integrations people are using Notification's... more »
By Michael Noack  - May 13 - 2 new of 2 messages    

Active Merchant with Paypal and Fraud Management Filters 
  Has anyone been able to get the Fraud Management Filter flag values to return using Active Merchant? I've tried adding the "<n2:ReturnFMFDetails>1</n2:Re turnFMFDetails>" to the bottom of the "DoDirectPaymentRequest" block but I cannot get Paypal to return the flagged values (from the sandbox). The only reference I see to this flag in... more »
By Derek Ethier  - May 4 - 1 new of 1 message    

How to add new Service Type to Active Shipping? 
  We need to add SmartPost for FedEx. Looking at the FedEx documentation, it should be as simple as when you request rates, to set "SMART_POST" as the Service Type. So I added "SMART_POST" => "FedEx SmartPost" to ServiceTypes in the shipping/carriers/fedex.rb but nothing happened. No errors but no... more »
By Ross Rankin  - Apr 30 - 1 new of 1 message    

split payment support for USAePay 
  I just inherited some code that utilizes ActiveMerchant with USAePay. There's functionality that uses split payments [link] I was wondering if that was supported somehow within ActiveMerchant? Or will I need to handle this myself? Thanks! Tony... more »
By Tony Chen  - Apr 23 - 2 new of 2 messages    

ActiveMerchant ACH Transactions with Authorize.net 
  I am trying to determine if I can do ACH transactions using ActiveMerchant with Authorize.net. The docs for the ActiveMerchant::Billing::Check class say: "You may use Check in place of CreditCard with any gateway that supports it. Currently, only BraintreeGateway supports the Check object." So, that pretty clearly states that you can't do ACH with AM and... more »
By Andrew Pierce  - Apr 22 - 6 new of 6 messages    

Can ActiveMerchant handle asynchronous payment methods? 
  In Asia asynchronous payment methods are common. For example, during the transaction, the online shop can give the user a special bank account to transfer the payment into. Another way is for the online shop to give the user a code, which the user can use to pay at convenience stores. (There are gateway providers for these operations.) These methods are... more »
By m...@goodlife.tw  - Mar 25 - 3 new of 3 messages    

ActiveMerchant response code lists 
  Hi, I am using Activemerchant and sending the mails to the users if the transaction unsuccessful but I want to notify the user with the specific reason when a payment declined so is there a way to get the the error messages list form the response object. I would like to see the list of error messages and codes that... more »
By manne rakesh  - Mar 25 - 3 new of 3 messages    

Latest Version that Supports Ruby 1.8.7? 
  Due to server limitations, I am restricted to Ruby 1.8.7, but am using Rails 3.2.8. Which is the latest gem version that supports ruby 1.8.7? The Changelogs are not clear as to when backwards compatibility stopped.
By Serene Yew  - Mar 18 - 2 new of 2 messages    

1 - 10 of 952   « Newer | Older »

XML       Send email to this group: activemerchant@googlegroups.com