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.
|
|
|
Addition of new gateway
|
| |
Hi, I am developing an integration to another GB merchant
(axiarpayments.co.uk) would I be able to commit my integration to the
core active merchant?
Rob.
|
|
uninitialized constant RubiGen
|
| |
I just reinstalled AM and I'm getting this error when trying to write
a new gateway:
1 - svn checkout [link]
(installs correctly)
2 - sudo gem install rubigen
Successfully installed rubigen-1.3.2
1 gem installed
Installing ri documentation for rubigen-1.3.2...... more »
|
|
Can't get ActiveMerchant to apply amount in dollars for CyberSource
|
| |
Since cybersource measures in dollars, is there an
elegant way to covert in my amount. Per the peepcode, I am loading an
amount in cents, so I multiply my amount by 100, this naturally works
but then I have a total amount in my reports in the thousands. I can
divide again by 100, but I am sure there is a better way.... more »
|
|
3D secure functionaility
|
| |
Hi all,
I see that there has been some discussing about 3D secure (Verified by
Visa/ Mastercard SecureCode) implementation and protx already[1]. I've
recently completed upgrading an old PHP site of mine to 3D secure, and
am looking to port the implementation to AM. Before I start though, is
there any work going on this front already that I can contribute to/... more »
|
|
Recurring Payments with Website Payments Pro (US)
|
| |
Hi everyone,
According to the SupportedGatewayPaymentOperati ons[1] wiki, recurring
payments for this service are not available. I know that PayPal
recently launched this service in the US in February[2], so I was
wondering/hoping that maybe the wiki was out of date? If so, does the
ActiveMerchant PeepCode PDF[3] cover the implementation? If not, does... more »
|
|
wildcard SSL / maintain session for cart
|
| |
To work with Paypal Webpayments Pro with multiple customers, I notice
Shopify uses one main account and each of the customers just add api
access to that account. Is there any docs around for how that is
carried off within a rails app using AM?
Also, does anyone know how to maintain a session between domains - one... more »
|
|
card storage recommendations? (Braintree, Authorize.net, TrustCommerce)
|
| |
Hi all -
This is a little off topic, but I thought I'd ask here. We're
implementing a microtransaction system for Kongregate that would allow
game developers to charge for virtual items in their games. We're
looking for gateways that will securely store credit card data so we
can let users do 1-click style purchases without having to worry about... more »
|
|
Auto detecting the credit card type...
|
| |
Hello, we are using Active_Merchant in an ecommerce up that we are
building for the U.S. market.
One feature that I understand the package does it "auto detecting" the
credit card type based on the number.
So when the user keys is a valid credit card number, the 4 card icons
reflect the type of credit card (so Visa, Mastercard, Amex and... more »
|
|
Active Merchant moves currency decimal point
|
| |
Hi,
I have been developing a shopping cart with Active Merchant utilizing
PayPal as a gateway. I seem to have run into a problem with the
purchase amount. In both PayPal express and using the PayPal gateway
the purchase amount gets its decimal point moved two places to the
left. 200.00 becomes 2.00. I can't seem to figure out the solution. I... more »
|
|
Anyone successfully using SecurePay?
|
| |
I am attempting to implement the SecurePayGateway on a site, and
although I appear to be connecting to the gateway, I'm getting almost
nothing back to indicate why my transaction is failing.
My securepay account is in demo/test mode, and I have a test credit
card number from securepay. I changed the gateway URL to match the... more »
|
|
|