Displaying 13 results from an estimated 13 matches similar to: "pfpro4r - Ruby bindings for Payflow Pro"
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
2005 Dec 23
3
Verisign Payflow Scripts
Here''s a link to the Verisign scripts we used... We customized ours a bit
but this will get you going.
Graciously provided by Jon at Slantwise Design and posted with permission
(http://www.slantwisedesign.com), these may make it into some other format
someday (gem? Plug in?).
Anyway, of course, no warranty with this code, use at your own risk and
really no support - you''ll have
2009 Oct 31
1
!<command> from Manager
Hi,
Is it possible to run a !<command> from Manager connection?
Thanks in advance!
CB
2006 Aug 01
2
Active Merchant or Payment module?
Which do you guys prefer for credit card processing?
Both look like they get the job done. -- Is there any consensus on which 
one is better? Are there other credit card processing solutions I''m not 
aware of? Any thoughts or suggestions would be most welcome.
Thanks!
: )
Jason
-- 
Posted via http://www.ruby-forum.com/.
2006 May 08
0
Authorize.net and recurring payments
Has anyone successfully setup recurring payments with Authorize.net?
I''ve seen posted here that their API doesn''t really support this, but it 
appears they do.  I''m under the understanding that you bill the card 
once then get a transaction ID that you can use each month (or whatever) 
to bill that card again.  This way, you don''t store the card number 
2006 Mar 03
9
Credit card handling
Are there any articles anywhere that look at how to properly handle
credit card information, the things you need to do to properly store
CC info, etc?
Joe
2006 Aug 14
18
[OT] The bad idea that is storing Credit Cards in your database
Hello Railists and Rubyists,
I know that the topic of handling credit card numbers has been  
expounded before on this list (I''ve searched the archives) but I want  
to ask the question in a slightly different way, and get your feedback:
Previous discussions on the list center around what to do with the  
card number *after* you have processed the credit card with a payment  
gateway
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 
2005 Dec 15
9
FatWreck.com - New Rails Site
After months of design and development, we''ve launched our second Rails
site, http://www.fatwreck.com (assuming your DNS is updated - the pink site
is the old one).
The site is for legendary punk rock record label, Fat Wreck Chords and it
includes a store.
The old site was highly trafficked, with millions of page views per month
and we expect this one to be also. So far, the server
2006 Jan 17
3
Experiences w /payment gateways and credit card processing?
I wanted to know if anyone had any good experiences with particular 
payment gateways and Rails? and what did it take to integrate?
My current client uses PayPal for the credit card payment processing, 
and would like to stay with them, if possible. So has anyone had any 
experiences with integrating with PayPal?
I''d love to hear who provides your payment services?
-- 
Posted via
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
2014 Aug 20
0
How to configure read-only access during a migration?
Hi.  I would appreciate your advice about these
TWO PROBLEMS: ======================================================= 
Find the simplest way to
A) configure a Dovecot 2.2.10 IMAP server to access
(existing) email users' (mbox-format) mail folders 
****in read-only mode.****
B) Do the above while allowing a master_user to access mail on behalf
of real users. (I've got master_user access
2014 Oct 22
0
How to configure read-only access during a migration?
Hi.  I would appreciate your advice about this
PROBLEM: =======================================================
Find the simplest way to
configure a Dovecot 2.2.10 IMAP server to access
existing email users' (mbox-format) mail folders via a master_user
****in read-only mode.**** (I've got the master_user access working.)
Simplest because while I'm proficient at UNIX systems