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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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.
|
|
|