search for: authorizenet

Displaying 8 results from an estimated 8 matches for "authorizenet".

2006 Jul 13
3
payment gem, server anomolies
so i have the payment gem working perfectly in our app, running locally on my system. uploaded a copy of the app file structure to our server (a rimu rhel3), but now the payment gem is unresponsive. it throws exceptions with no error message. i''m looking for a suggestion how to debug this. running updated gems and versions on both systems. they seem identical, unless i''m
2006 May 05
0
Authorize.net problem..
Hi, Am new to RoR and am trying to use the Payment gem. Am currently trying to test my implementation by making test transactions. Here is output from my debug log: #<Payment::AuthorizeNet:0xb73a5850 @test_transaction=true, @password="secret", @state="IL", @last_name="Pine", @delim_data="TRUE", @amount=6.0, @version="3.1", @prefs="script/../config/../config/payment.yml", @city="Chicago", @first_name="Joe"...
2006 May 06
0
`connect'': undefined method `verify_mode'' for nil:NilClass
...om /usr/lib/ruby/gems/1.8/gems/payment-1.0.1/lib/payment/authorize_net.rb:45:in `submit'' from test.rb:14 This is the test script I am trying to run: test.rb: -------- require ''rubygems'' require ''payment/authorize_net'' transaction = Payment::AuthorizeNet.new( :login => ''username'', :password => ''password'', :amount => ''1'', :card_number => ''4007000000027'', :expiration => ''0310'', :first_name => '...
2006 Apr 22
1
Newbie .. authorize.net
...available as a ruby gem. I am wondering if anyone has used this gem in a real life application to do the above? The other problem was that on this page: http://rubyforge.org/docman/view.php/516/134/files/lib/payment/authorize_net_rb.html at the very bottom they have the links to: Class Payment::AuthorizeNet Class Payment::Base Class Payment::PaymentError QUESTION 2. Clicking them takes you back to the same page. I am wondering as to how does one go about seeing the ruby documentation for those classes? QUESTION 3. The example they show on that page does not do a check on the customer''s...
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
...lexible subscription billing system that you can use as a starting point for building your software-as-a-service Rails application, so you can skip the boring billing code and get straight to the fun code. :) More info on the update is here: http://railskits.com/blog/2008/07/recurring-billing-with-authorizenet-cim/ -- Benjamin Curtis http://railskits.com/ - Ready-made Rails code http://catchthebest.com/ - Team-powered recruiting http://www.bencurtis.com/ - Personal blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "...
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 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 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