Displaying 20 results from an estimated 2000 matches similar to: "Experiences w /payment gateways and credit card processing?"
2005 Dec 22
8
Payflow Pro (was Re: FatWreck.com - New Rails Site)
Several years ago, before PHP introduced their built-in pfpro functions, I
rolled my own crappy interface, which of course delegated to the commandline
payflow client. I could certainly do the same in Ruby today.
Thinking back on it, I realized at the time, and realize again now, that
delegating this functionality to a commandline app is a security risk unless
you''re the *only* user on
2008 Apr 26
8
Online credit card processing
What''s a good way to process credit cards from our Rails application?
I like PayPal because of it''s name recognition but I don''t like the fact
that the user must leave our site; we are hoping for a tightly
integrated look-and-feel. We might also offer both, PayPal and our own
major credit card processing (see attached example screen shot).
I''ve heard of other
2006 Jun 02
1
Best way to bill through LinkPoint? Is ActiveMerchant solid?
I need to set up a site to charge cards through LinkPoint. I did some
searching to see what was available, and saw that Shopify uses
ActiveMerchant. I saw that it hasn''t been touched in several months,
though perhaps that''s simply because it hasn''t needed any changes.
Just wondering what''s the best way to go about this.
Thanks for any info.
Pat
2006 Aug 07
16
Monthly billing and payment processor recommendations?
Hi,
I''m setting up a site that will bill on a monthly basis. I would
rather not have to worry about storing customer credit card
information. Does anyone have recommendations on payment processors
that offer monthly billing services?
I don''t want to go the paypal route as I want the user to stay on
the site. I''m hoping to find an API to integrate with. I have
2006 Jul 21
3
Credit card processing through Australian gateways (eway etc)
Hi there
Has anyone out there embarked on credit card processing in a Rails app
through Australian gateways such as eway?
I''m aware of Payment and ActiveMerchant, but neither support
Australian gateways.
It''s a little beyond me right now to hack these to work with eway.
Any clues would be appreciated here.
Richard Sandilands
2006 Jun 06
6
Payment Gem Error
I am learning how to use the payment gem to process credit cards. I
think I have everything up and running correctly but I get this error:
undefined method `use_ssl='' for #<Net::HTTP secure.authorize.net:443
open=false>
Would anyone have an idea what would cause that?
Thanks,
will clark // graphic design
www.willclarkdesigns.com/
will@willclarkdesigns.com
559 | 584
2006 Jun 30
2
Subscription Payment Model
Ok, I''m new to the world of actually charging for software, and it''s
taken me a full month to decide how to charge in a way that doesn''t make
me sleep with difficulty at nights. :) If someone can look at this and
verify I''m on the right track or give any hints/tips, I''d greatly
appreciate it.
Basically, I want each user to be able to apply
2006 Jul 07
3
Credit Card validation using rails? can i do it on rails?
help me with this one, i need any tutorials regarding this credit card
validator
--
Posted via http://www.ruby-forum.com/.
2006 May 30
2
ActiveMerchant
Is anyone using ActiveMerchant currently?
I''ve seen it recommended on this list several times, but it seems kind
of buggy and incomplete and I''m having trouble getting it to work.
>From the example at http://home.leetsoft.com/am/, I''ve tried:
gateway = ActiveMerchant::Base.gateway(:authorized_net)
response = gateway.capture(1000, creditcard)
..but it
2007 Mar 09
5
storing customer CC on gateway
I posted this late yesterday afternoon to no response, so I figured I''d
try once more to get the morning people''s attention.
I''m working on setting up the credit card processing part of a rails app
for my company and running into some issues. I''m currently working
with the ActiveMerchant plugin and connecting to our account at
Authorize.net.
2006 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
2006 Nov 18
1
ETS eMoney?
Anyone used ETS Corporation''s EMoney ECOM Gateway ?
I''m working on a project that will have to interface to it and if the
work has already been done was
hoping not to re-invent the wheel.
Failing that, which payment gateway gem option is better -
ActiveMerchant or Payment, or are there others ?
I''m willing to add the work done for this to whichever option we use in
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several
plans. Each plan has a different monthly fee. There is no long term
contract but I would like to bill the users automatically each month
unless service is canceled.
What credit card gateways would you recommend for use with a rails
application?
My criteria in order of importance are
1. API that will let me work in
2006 Feb 14
20
Adding payment to an app: how hard and risky is it?
Hi all.
I have never implemented online payment and it''s the only thing that
keeps me from accepting a project for a UK based client. (I must reply
quickly!)
While I can afford spending an extra week - or 2 - to learn/try/tune the
payment system, I must be sure to succeed before I accept the contract.
If you''ve already been through that path, any hints, links and/or
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant.
Now I want to know how to use ActiveMerchant to make payment to Bank or
Credit card ?
for example:
I am seller and I want to pay some amount to somebody. I want to pay such
amount which will be credited in somebody''s bank account or credit card
directly ?
Please reply me as early as possible.
And also suggest
2007 Nov 13
2
Trouble stubbing a method
Hey guys,
I''ll try to explain this without the model code at first, since there is so
much, but if need be, I''ll pastie it.
I have an Order model that makes API calls to a payment
gateway(TrustCommerce) during validation(to verify the credit card
information). I''d like to stub this behavior to avoid thousands of calls to
TrustCommerce a day(autotest).
All the calls
2008 Jan 31
4
Subscriptions with paypal...how?
Hi, i''ve to do a little site which need the paypal''s subscription
feature. How can implement it with rails? is there any plugin to do
this? I need that every month the payment has been taken, tell the
system that has been successfully done and then do something else
depending on the payment.
I''ve seen active merchant which permit paypal payments, but what about
2006 Jun 25
2
credit card transactions in Rails?
What are most rails sites using to do credit card transactions?
Has anyone written a module to run transactions through
eFunds/ClearCommerce? If not, I will just rewrite my old PHP code...
Thanks,
Steven
--
Posted via http://www.ruby-forum.com/.
2006 Dec 07
4
MassPay API with Ruby On Rails PayPal AARRRGH
Hey,
I''m trying to use Paypal to automatically pay customers, and I''ve heard
MassPay API is a good thing to use. But I cannot find any examples of
it for Ruby, nor do I know what steps to take to use it.
Does anyone have any information or experience with using MassPay API in
RoR? Any help is much appreciated
--
Posted via http://www.ruby-forum.com/.
2006 Feb 10
2
Paypal and subscriptions
Does anyone have any experience with subscriptions and PayPal?
I''m currently weighing up the options of what payment system to use for
an upcoming project which is subscription based and am not sure if
PayPal is capable of doing what I want and if I need to setup a merchant
account instead.
Basically it''s the same kind of payment structure as BaseCamp. 3 or 4
accounts which