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
0
votes
1 answer

Adding a e-commerce facility to an existing rails application

I have an existing Rails 3.1 application with a model Products with price, description, etc... The website owner is now considering adding a e-commerce functionality to use with the existing products in the database. What would be an effective way…
0
votes
1 answer

ActiveMerchant purchase function rails 3.2.5 mass-assign

I am using Rails 3.2.5. Following Ryan Bates tutorial. http://railscasts.com/episodes/145-integrating-active-merchant. My order.rb has this function def purchase response = GATEWAY.purchase(price_in_cents, credit_card, purchase_options) …
Benjamin
  • 2,108
  • 2
  • 26
  • 46
0
votes
1 answer

Rails - Model doesn't save attributes through method, but does if assigned by hand (in Console)

I have a model Payment, use to track credit card transactions. Now I'm trying to get it to map some values that PayPal returns on a successful credit card transaction. This is handled by a notify =…
Damon Aw
  • 4,722
  • 4
  • 28
  • 37
0
votes
2 answers

PayPal Parameters for Item Detail, Sales Tax and Shipping in Adaptive Payments

I have a Rails (3.0, Ruby 1.9.2) app I'm building where visitors are able to buy things from my users (with the payment going directly from buyer to user). I'm trying to use PayPal Adaptive Payments to make this happen, however, what I can't figure…
-1
votes
1 answer

Sending CC number to server with HTTPS without storing in DB

I have a server and a client application which runs in a web browser. I know it is better to make client do the request directly to the payment processor (by what's called a payment page) Having said that, I would like to know if it is considered OK…
yanivps
  • 1,993
  • 3
  • 25
  • 33
-1
votes
1 answer

How do I enable a third party payment gateway which Shopify does not want to support?

Same as this question which got an accepted answer, but the only answer doesn't cover plan B - what if Shopify rejects to support the integration submitted to ActiveMerchant? I'm tagging javascript here because I have a feeling that the solution…
bbozo
  • 7,075
  • 3
  • 30
  • 56
-1
votes
1 answer

Problem loading activemerchant using Bundler

I am using Merb. I can't seem to get activemerchant to load using Bundler. All my other gems load fine. In my Gemfile I am using: gem 'activemerchant', :require => 'active_merchant' Here is the relevant error: uninitialized constant…
m7d
  • 736
  • 6
  • 18
-1
votes
1 answer

Rails 4 - ActiveMerchant Paypal Express Checkout Issue with Passing Item Quantity

I have a weird issue with the PayPal express checkout. When I pass in an options[:item][:quantity], I get an error code from PayPal that the transaction in invalid. #controllers/orders_controller.rb def express options = { :ip =>…
-2
votes
2 answers

Recurring payment or special category. Question about billing

I'm working on an ruby on rails app that has a special billing method. I'm creating a store where users can reserve products but will not get charged for these products until a certain amount has been reached. This amount cannot be quantified by…
thenengah
  • 42,557
  • 33
  • 113
  • 157
1 2 3
20
21