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
4
votes
0 answers

Amazon's FPS with Activemerchant

I want to integrate Amazon's FPS service using Activemerchant. I want to know that activemerchant support that? and if yes, then can you please suggest any site to integrate Amazon's FPS?
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
4
votes
0 answers

How do I automatically pay users using paypal in my rails app?

Hey all, I'm trying to write a marketplace style application. Maybe E-Bay style in which the app connects buyers / sellers and then takes some commission. I cannot use Amazon FPS as I don't have a US credit card. So my best option is probably…
digitalWestie
  • 2,647
  • 6
  • 28
  • 45
4
votes
1 answer

Receipt_id is null in Paypal response, How can I get it?

I have integrated Paypal with my rails application by activemerchant gem, As of now I'm getting token and payer_id, but I need receipt_id which is null in response. I have followed steps given in this link. Response of Paypal is given below…
Hiren Bhalani
  • 848
  • 9
  • 17
4
votes
2 answers

RoR - PayPal ActiveMerchant - Making a Refund

I can successfully make a direct payment to PaPpal using ActiveMerchant in RoR. How can I make refund to a transaction?
Saim
  • 2,471
  • 5
  • 30
  • 43
4
votes
2 answers

ActiveMerchant Integration usage example?

Where can I find a complete example of ActiveMerchant Integrations usage? I can see tons of examples of Gateways' usage, but couldn't see how an Integration should be used (e.g. what do you do in the return_url and cancel_return_url controller…
giorgian
  • 3,795
  • 1
  • 30
  • 48
4
votes
1 answer

ActiveMerchant PaypalExpress gateway - set who is paying fees

I'm trying to create a Paypal express transaction using ActiveMerchant. Is there any way to set the payee as the entity responsible of paying any Paypal fees accrued? payment_hash = { ip: ip_address, return_url: ..., cancel_return_url:…
Elad Meidar
  • 774
  • 6
  • 11
4
votes
1 answer

Is there an ActiveMerchant for Sinatra?

What payment gateway library works with Sinatra if you're looking to add ecommerce functionality to your app?
Chuck
  • 685
  • 2
  • 7
  • 14
4
votes
1 answer

Not getting micropayments fees on all Paypal transactions

We use Paypal as one of the payment options on our site where we sell digital goods. Integration is via Shopify's ActiveMerchant gem. There are 2 payment paths (per Paypal reqs, I believe): one is "pay by credit card" and the other "pay with…
denishaskin
  • 3,305
  • 3
  • 24
  • 33
4
votes
1 answer

How do I handle timeouts when using ActiveMerchant?

Sometimes when developing locally my connection drops, and whilst this hopefully shouldn't happen on production it raises an issue that I should probably handle timeouts from ActiveMerchant when it goes out to the payment gateway, in my case to…
Toby
  • 8,483
  • 13
  • 45
  • 68
4
votes
1 answer

Activemerchant Paypal Recurring Payment Error on PaypalExpressGateway

Environment: Ruby 1.9.2 Rails 3.2.8 gem 'ActiveMerchant' 1.34.1 I want to use Paypal recurring payment option for auto-renewal option. For this, I am using Paypal payment option which goes to paypal website for allowing user to login and confirm…
4
votes
1 answer

How to void authorized transaction in authorize.net gateway using ActiveMerchant

Goal: Only have successful purchases show up on a customer's billing statement. I don't want declined authorizations showing up on their billing statement (as seen in an online banking system) as pending. A customer often will accidentally input…
m7d
  • 736
  • 6
  • 18
4
votes
1 answer

activemerchant undefined method 'month'

I'm building an application that handles different types of transactions for different services such as subscriptions, gift subscriptions and purchases. I have an issue with the gift transactions and activemerchant. Ill give you a brief overview of…
art20
  • 41
  • 3
4
votes
2 answers

SSL error when using Active Merchant and PayPal

I'm trying to use Active Merchant and PayPal to process payments on a staging server. I have everything setup as follows. Setup PayPal merchant account Put the credentials into the Active Merchant / PayPal config Downloaded the PayPal PEM and put…
Brian Weinreich
  • 7,692
  • 8
  • 35
  • 59
4
votes
1 answer

How to skip the order confirmation page with ActiveMerchant and PayPal Express

Regarding to the PayPal docs it's possible to skip the order confirmation page and let the customer pay on PayPal. To do so, the parameter "useraction" must be set to "commit". How can this be done with ActiveMerchants setup_purchase method? PayPal…
Michael Wallasch
  • 2,499
  • 2
  • 17
  • 17
4
votes
2 answers

How do I use a stored payment source for a purchase in ActiveMerchant?

I'm using ActiveMerchant with Braintree as my payment processor. I want to take advantage of Braintree's customer vault functionality to store credit card info. Storage goes fine, but I can't figure out the correct way to charge the credit card…
Ben Crouse
  • 8,290
  • 5
  • 35
  • 50
1 2
3
20 21