search for: trustcommerc

Displaying 14 results from an estimated 14 matches for "trustcommerc".

Did you mean: trustcommerce
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 are made in one method: Order#payment_authorize. This is called from ActiveRecord#validate. So, my thinking was just to s...
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 Aug 15
3
OT: Reliable service partners (mail, billing)
Hi, I figure that a lot of you are building webapps aimed for the global market, so I''m hoping that you''d like to share some experience. * Anyone know a good vendor for hosting POP3 mails with virtual subdomains? * Anyone know a good vendor for recurrent customer billing and credit card validation etc.? Thanks Morten
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
2008 Apr 26
8
Online credit card processing
...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 names such as ActiveMerchant, ActiveNet, TrustCommerce and UsaEPay, etc. Of course, there is also Google Checkout and I believe Amazon has introduced a new payment processing service. Any help would be greatly appreciated. Thanks! Attachments: http://www.ruby-forum.com/attachment/1793/creditcardprocessing.jpg -- Posted via http://www.ruby-forum....
2006 Jan 04
0
OT: Displaying errors on credit-card processing
...g I''ve seen, I''m hoping maybe DHH could lend an answer. Of course, anyone is welcome to chime in! # Some background Our nonprofit is building a Rails-driven store and donation center and our developer is perplexed by the array of return parameters sent by our e-commerce vendor, TrustCommerce, upon processing a transaction. A sample of the possible return values is: approved, the transaction was successfully authorize; accepted, the transaction has been successfully accepted into the syste; decline, the transaction was declined; baddata, invalid parameters passed; and error, system er...
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 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
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
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
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 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 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
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