Hi Guys, I am implementing a website with payment for the courses. There are supposed to have a few hundreds payment / mth. My website is outside US (in Asia). I''ve implemented paypal for my Rails application. However, it is not cheap (1.9-2.9% per transaction). I''m looking into Authorize.net. How good are the existing payment methods? Which one is mostly used by the Rails community and which ones are cheaper? Thanks, Arthur -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Arthur Chan wrote:> Hi Guys, > > I am implementing a website with payment for the courses. > > There are supposed to have a few hundreds payment / mth. > > My website is outside US (in Asia). > > I''ve implemented paypal for my Rails application. > > However, it is not cheap (1.9-2.9% per transaction). > > > I''m looking into Authorize.net. > > > How good are the existing payment methods? Which one is mostly used by > the Rails community and which ones are cheaper? >This question really has nothing to do with Rails, except to the extent that libraries like ActiveMerchant are involved.> > Thanks, > ArthurBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen, the same could be said, for example, for anybody asking for information about how to create a PDF document in a Rails application. A PDF document has nothing to do with Rails but it can be created using Rails. It is just nice to get answers when you don''t really know where to even start looking. Unfortunately I don''t know the answer for Arthur but I would also be interested in knowing about the subject. On Dec 26, 11:56 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Arthur Chan wrote: > > Hi Guys, > > > I am implementing a website with payment for the courses. > > > There are supposed to have a few hundreds payment / mth. > > > My website is outside US (in Asia). > > > I''ve implemented paypal for my Rails application. > > > However, it is not cheap (1.9-2.9% per transaction). > > > I''m looking into Authorize.net. > > > How good are the existing payment methods? Which one is mostly used by > > the Rails community and which ones are cheaper? > > This question really has nothing to do with Rails, except to the extent > that libraries like ActiveMerchant are involved. > > > > > Thanks, > > Arthur > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
pepe wrote:> Marnen, the same could be said, for example, for anybody asking for > information about how to create a PDF document in a Rails application.No. To create a PDF document in a Rails app, you''d normally use a Rails plugin or gem -- in other words, a Rails-specific tool. You, however, are asking a question that is solely about third-party services that are completely external to your Rails app. The two cases are not even close.> A PDF document has nothing to do with Rails but it can be created > using Rails. It is just nice to get answers when you don''t really know > where to even start looking.Well, this is not the place to look for answers to questions that have nothing to do with Rails or Ruby.> > Unfortunately I don''t know the answer for Arthur but I would also be > interested in knowing about the subject.Then feel free to subscribe to a list where these issues are on topic. That would not be this list.> > On Dec 26, 11:56�am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> >> >> >> > Thanks, >> > Arthur >> >> Best, >> -- >> Marnen Laibow-Koserhttp://www.marnen.org >> mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org >> -- >> Posted viahttp://www.ruby-forum.com/. > > -- > > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Dec 25, 2009 at 9:03 PM, Arthur Chan <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi Guys, > > I am implementing a website with payment for the courses. > > There are supposed to have a few hundreds payment / mth. > > My website is outside US (in Asia). > > I''ve implemented paypal for my Rails application. > > However, it is not cheap (1.9-2.9% per transaction). > > > I''m looking into Authorize.net. > > > How good are the existing payment methods? Which one is mostly used by > the Rails community and which ones are cheaper? > > > Thanks, > Arthur >Arthur, you''ll need to provide some details about your requirements. Next, you will be charged a transaction fee no matter which credit card preprocessor you use. The Authorize.net has the following price structure: http://www.authorize.net/solutions/merchantsolutions/pricing/ Paypal: https://www.paypal.com/us/cgi-bin/webscr?cmd=_wp-standard-overview-outside Also, I would consider Google checkout and their fees can be found here: http://checkout.google.com/seller/fees.html Lastly, I would recommend reading about the additional costs per for preprocessor. For example, Google Checkout will charge an additional 1% fee on transactions where the merchant''s country is different from the buyer''s billing country. Good luck, -Conrad> -- > Posted via http://www.ruby-forum.com/. > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sun, Dec 27, 2009 at 9:10 PM, pepe <Pepe-gUAqH5+0sKL6V6G2DxALlg@public.gmane.org> wrote:> Marnen, the same could be said, for example, for anybody asking for > information about how to create a PDF document in a Rails application. > A PDF document has nothing to do with Rails but it can be created > using Rails. It is just nice to get answers when you don''t really know > where to even start looking. > >Normally, if you want to create a PDF using Ruby, you''ll need to use a 3rd party gem because this isn''t a part of Ruby or Rails core functionality. Also, this is true for any gem for interfacing to payment gateways. However, the major difference here is that he needs to interface with an external payment gateway or service to complete a transaction. Thus, I have recommended several resources in a previous e-mail to assist him because his question does falls outside the scope of Rails core features and functionality or the usage of their non-serviced oriented gems/plugins. -Conrad> Unfortunately I don''t know the answer for Arthur but I would also be > interested in knowing about the subject. > > On Dec 26, 11:56 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > Arthur Chan wrote: > > > Hi Guys, > > > > > I am implementing a website with payment for the courses. > > > > > There are supposed to have a few hundreds payment / mth. > > > > > My website is outside US (in Asia). > > > > > I''ve implemented paypal for my Rails application. > > > > > However, it is not cheap (1.9-2.9% per transaction). > > > > > I''m looking into Authorize.net. > > > > > How good are the existing payment methods? Which one is mostly used by > > > the Rails community and which ones are cheaper? > > > > This question really has nothing to do with Rails, except to the extent > > that libraries like ActiveMerchant are involved. > > > > > > > > > Thanks, > > > Arthur > > > > Best, > > -- > > Marnen Laibow-Koserhttp://www.marnen.org > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > -- > > Posted viahttp://www.ruby-forum.com/. > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Guys, Thanks for the information first. More background info, I mentioned Authorized Net together w/ paypal because of this good tutorial: http://www.fortytwo.gr/blog/14/Using-Paypal-with-Rails It mentioned "Our **first choice** for a payment gateway was AuthorizeNet. ". Let me explain my situation more here. And after I implemented Paypal payment, I haven''t joined AuthorizeNet at all. I suspect that there is a better way then merely using paypal, tho I am not sure how they judge "first choice". And in fact, the charges is quite high in Paypal. Therefore, I am looking for these "better choices" now. For the PDF, I indeed got a pointer to wkhtmltopdf before when requesting a comparison of different PDF soln in Rails, esp Prince. After a list of known methods, I know that beside Prince, what are other common methods. My question is like asking which is the best TextEditor in Mac. Sure enough, there is no absolute answer. However, I wanna understand what is the trend in Rails upon the payment issues and wish that I can get some hints here. Thanks again, Arthur On 12月28日, 下午3時27分, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sun, Dec 27, 2009 at 9:10 PM, pepe <P...-gUAqH5+0sKL6V6G2DxALlg@public.gmane.org> wrote: > > Marnen, the same could be said, for example, for anybody asking for > > information about how to create a PDF document in a Rails application. > > A PDF document has nothing to do with Rails but it can be created > > using Rails. It is just nice to get answers when you don''t really know > > where to even start looking. > > Normally, if you want to create a PDF using Ruby, you''ll need to use a 3rd > party > gem because this isn''t a part of Ruby or Rails core functionality. Also, > this > is true for any gem for interfacing to payment gateways. However, the major > difference here is that he needs to interface with an external payment > gateway > or service to complete a transaction. Thus, I have recommended several > resources > in a previous e-mail to assist him because his question does falls outside > the > scope of Rails core features and functionality or the usage of their > non-serviced > oriented gems/plugins. > > -Conrad > > > Unfortunately I don''t know the answer for Arthur but I would also be > > interested in knowing about the subject. > > > On Dec 26, 11:56 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > Arthur Chan wrote: > > > > Hi Guys, > > > > > I am implementing a website with payment for the courses. > > > > > There are supposed to have a few hundreds payment / mth. > > > > > My website is outside US (in Asia). > > > > > I''ve implemented paypal for my Rails application. > > > > > However, it is not cheap (1.9-2.9% per transaction). > > > > > I''m looking into Authorize.net. > > > > > How good are the existing payment methods? Which one is mostly used by > > > > the Rails community and which ones are cheaper? > > > > This question really has nothing to do with Rails, except to the extent > > > that libraries like ActiveMerchant are involved. > > > > > Thanks, > > > > Arthur > > > > Best, > > > -- > > > Marnen Laibow-Koserhttp://www.marnen.org > > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > > -- > > > Posted viahttp://www.ruby-forum.com/. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
quote the sentences in the blog: " Our first choice for a payment gateway was AuthorizeNet. The **whole RoR community seems to be using it**, and their rates were quite acceptable. " Arthur On 12月28日, 下午5時53分, Arthur Ccube <arthurcc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Guys, > > Thanks for the information first. > > More background info, I mentioned Authorized Net together w/ paypal > because of this good tutorial: > > http://www.fortytwo.gr/blog/14/Using-Paypal-with-Rails > > It mentioned "Our **first choice** for a payment gateway was > AuthorizeNet. ". > > Let me explain my situation more here. > > And after I implemented Paypal payment, I haven''t joined AuthorizeNet > at all. > > I suspect that there is a better way then merely using paypal, tho I > am not sure how they judge "first choice". > > And in fact, the charges is quite high in Paypal. Therefore, I am > looking for these "better choices" now. > > For the PDF, I indeed got a pointer to wkhtmltopdf before when > requesting a comparison of different PDF soln in Rails, esp Prince. > After a list of known methods, I know that beside Prince, what are > other common methods. > > My question is like asking which is the best TextEditor in Mac. Sure > enough, there is no absolute answer. > > However, I wanna understand what is the trend in Rails upon the > payment issues and wish that I can get some hints here. > > Thanks again, > Arthur > > On 12月28日, 下午3時27分, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On Sun, Dec 27, 2009 at 9:10 PM, pepe <P...-gUAqH5+0sKL6V6G2DxALlg@public.gmane.org> wrote: > > > Marnen, the same could be said, for example, for anybody asking for > > > information about how to create a PDF document in a Rails application. > > > A PDF document has nothing to do with Rails but it can be created > > > using Rails. It is just nice to get answers when you don''t really know > > > where to even start looking. > > > Normally, if you want to create a PDF using Ruby, you''ll need to use a 3rd > > party > > gem because this isn''t a part of Ruby or Rails core functionality. Also, > > this > > is true for any gem for interfacing to payment gateways. However, the major > > difference here is that he needs to interface with an external payment > > gateway > > or service to complete a transaction. Thus, I have recommended several > > resources > > in a previous e-mail to assist him because his question does falls outside > > the > > scope of Rails core features and functionality or the usage of their > > non-serviced > > oriented gems/plugins. > > > -Conrad > > > > Unfortunately I don''t know the answer for Arthur but I would also be > > > interested in knowing about the subject. > > > > On Dec 26, 11:56 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > > Arthur Chan wrote: > > > > > Hi Guys, > > > > > > I am implementing a website with payment for the courses. > > > > > > There are supposed to have a few hundreds payment / mth. > > > > > > My website is outside US (in Asia). > > > > > > I''ve implemented paypal for my Rails application. > > > > > > However, it is not cheap (1.9-2.9% per transaction). > > > > > > I''m looking into Authorize.net. > > > > > > How good are the existing payment methods? Which one is mostly used by > > > > > the Rails community and which ones are cheaper? > > > > > This question really has nothing to do with Rails, except to the extent > > > > that libraries like ActiveMerchant are involved. > > > > > > Thanks, > > > > > Arthur > > > > > Best, > > > > -- > > > > Marnen Laibow-Koserhttp://www.marnen.org > > > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > > > -- > > > > Posted viahttp://www.ruby-forum.com/. > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "Ruby on Rails: Talk" group. > > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
martin: I''m not trying to antagonize you but I will give you another case I think is "closer" to the issue. What about all the threads about which platform is best to develop in or deploy to? It could be argued that the platform itself has nothing to do with Rails. Are those Rails specific issues? It depends on how you look at them. If you want to split hairs you can always find reasons to argue about anything. Although I might agree with you on the Rails "specificity" of the question I think that giving a straight, helpful answer to find information somewhere else is more useful than saying "don''t ask about that here". It is not like if Arthur was asking about how to code something in C#, his goal is to do something with his Rails application. What Arthur was looking for is information. Maybe a gem/plugin has already been created around one of those third/party tools you mentioned and is used by most/many Rails developers? It sure would be nice to know. We are looking for info, that''s all. conrad: Thanks for the comments and the links. They are appreciated. On Dec 28, 1:59 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> pepe wrote: > > Marnen, the same could be said, for example, for anybody asking for > > information about how to create a PDF document in a Rails application. > > No. To create a PDF document in a Rails app, you''d normally use a Rails > plugin or gem -- in other words, a Rails-specific tool. You, however, > are asking a question that is solely about third-party services that are > completely external to your Rails app. The two cases are not even > close. > > > A PDF document has nothing to do with Rails but it can be created > > using Rails. It is just nice to get answers when you don''t really know > > where to even start looking. > > Well, this is not the place to look for answers to questions that have > nothing to do with Rails or Ruby. > > > > > Unfortunately I don''t know the answer for Arthur but I would also be > > interested in knowing about the subject. > > Then feel free to subscribe to a list where these issues are on topic. > That would not be this list. > > > > > > > On Dec 26, 11:56 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > >> > Thanks, > >> > Arthur > > >> Best, > >> -- > >> Marnen Laibow-Koserhttp://www.marnen.org > >> mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > >> -- > >> Posted viahttp://www.ruby-forum.com/. > > > -- > > > You received this message because you are subscribed to the Google > > Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.