laur
08-26-2007, 12:19 PM
Hi all. I am looking for a payment gateway that provide payment scripts without me having to code order forms script to integrate with their apps. Any suggestions please? Thank you.
![]() | View Full Version : Merchant account with payment apps laur 08-26-2007, 12:19 PM Hi all. I am looking for a payment gateway that provide payment scripts without me having to code order forms script to integrate with their apps. Any suggestions please? Thank you. stymiee 08-26-2007, 05:00 PM You won't find any that will customize the code for you as the exact implementation will be unique to your code. But some payment gateways, like Authorize.Net, provide working sample code which you can then modify to suit your needs. Of course if you don't mind your customers being taken off of your website then you can use the remote hosted payment pages offered by all of the major gateway providers. To use one of them is usually just a matter of submitting a small form to a specified URL with custom parameters for your transaction and account and they take care of the rest. Once again exactly how this is done will be unique to the payment gateway you choose and require some customization. laur 08-26-2007, 09:16 PM Hi John and thank you for your help. I think I am going to go with merchantplus which looks pretty good to me. cdgcommerce 08-28-2007, 09:36 AM What kind of payment scripts are you looking for in particular? I.e. is your application a recurring billing one, a shopping cart-type arrangement or what exactly? laur 08-28-2007, 10:47 AM Hi and thanks for your reply. This is a shopping cart type for services and there is no recurring billing. It should be pretty simple since there are no many products but prices may vary. cdgcommerce 08-28-2007, 11:11 AM Hi Laur, When you say prices do vary - would this be a scenario where the order form has a field for amount and the end user enters it in? If so, that would be a very simple order form that could even be done in HTML. Or, if you want - walk us through a real life example step by step on how you want it to work and I or other folks here could outline precisely how you could code that. |