Forum Moderators: buckworks
I just have a rather embarrassingly basic question.
If you are using a third party that handles your credit card payments, how does it work?
i.e. when the customer is typing their credit card details in, is that page on your site, or the credit card handler?
If its on your site, does that mean you are actually storing credit card details on your site, or just forwarding them?
Also, I have been looking at some demo's of shopping cart software, and some have an admin section that shows recent orders. Some list many of the orders as 'pending' or 'paid'. I don't understand why it should be 'pending' surely the credit card company would do the credit card payment instantly wouldn't it? So a completed order should always be 'paid'..?
Clearly I'm getting some assumptions wrong here, but having not implemented an online store yet I need some basic answers.
Be grateful for some quick answers.
Nochex process the card details on their website. The card info is never passed to you. On the customer completing the credit card info, the customer is returned to your website and the money, (minus the transaction fee) is deposited in your Nochex account. You'll get a payment notification and your shopping cart should send you the order. You can then withdrawwto any nominated (UK) bank account. The above is similar for worldpay and paypal tho there will be some differences.
i.e. when the customer is typing their credit card details in, is that page on your site, or the credit card handler?
If its on your site, does that mean you are actually storing credit card details on your site, or just forwarding them?
I don't understand why it should be 'pending' surely the credit card company would do the credit card payment instantly wouldn't it?
I believe that the rules of visa, mastercard etc. specifically specify that is against their terms & conditions to charge a credit card before the goods have shipped (if you are selling tangibles).
[edited by: FalseDawn at 10:25 pm (utc) on July 31, 2006]
If you are using a third party that handles your credit card payments, how does it work?
[edited by: FalseDawn at 10:21 pm (utc) on July 31, 2006]
I'm a bit confused. Probably becuase I don't know enough to make my question very clear. Here goes....
I want to make the payment part of a web site look like its totally part of the web site and not part of any other site. I can use a secure certificate on the credit card input form.
I want to accept payment by Visa, MasterCard, etc (and possibly paypal, but not essential).
Can you set up some sort of authorisation provider (by adding a dll file or certain code to my web site, for instance) which enables me POST my customers credit card form contents to securly to them (without me ever having to store them locally) and then receive some sort of signal that its OK or NOT OK. From that point, from what you are saying, I would ship the item, then log into my authorisation provider and process the payment?
I assume then I would need to set up a merchant bank account to accept the online credit card payments. They, and the authorisation provider I assume take a slice of each transaction cost.
If thats about right, which authorisation companies should I be considering for use in the UK?
If I'm not right, please put me straight!
They all provide full instructions, in pdf format. I have implemented PAYPAL, but I can tell you that this is one off the
most critical aspects of a money making site, and it is complex
So go download some pdfs an spend a few weeks reading them,
The relationship between PAYPAL, Worldpay etc etc and the actual credit card companies such as visa and mastercard must be understood
and all this really requires considerable study on your part
Some hosting companys I think offer them together with inbuilt shopping carts.
I dunno how expert you are with .net, but it is not a small thing to correctly code an integrate a shopping cart with a third parties API not even where you're using sample code from the third party
There are a number off ecommerce packages with inbuilt cart & card payment services already integrated,,,,
Do a search on google , msn yahoo
If you mean you've designed a website for a client and need to add payment facilities and therefore cannot use a prebuilt ecommerce package,,,,,
Good luck
However, when you say:
I really need a 'web developers' description of how it works if I am developing my own shopping cart.
The best thing to do in this case (as has been said), is either to get a pre-rolled shopping cart, or if you are determined to do it yourself, maybe look at the code within an open-source shopping cart to get an idea of how it is done - use this along with any documentation from the payment gateway to give you a starting point for your code.
As far as UK gateways go, I can't help as I'm in the US, and I know it's generally a lot harder to get set up in the UK.
I just don't feel safe not knowing what the site owner is "doing" with my card number.
BTW, secpay and protx are both well worth a look as UK payment gateways whichever method you choose.
if not, then you'll need to look at worldpay, paypal or Nochex. (or 2CO but they don't offer uk debit cards)
I've worked with a few clients in your situation.
Eventually you need to have a Merchant Account with your bank and set up a PROTX gateway or similar.
The banks will normally need to see six months trading to give you a Merchant Account (UK) so, in the vernacular, you're bu....ed.
Most of my clients open a PayPal account for the first six months, establish a trading base and then apply for a merchant account.
You can modify the look of the PayPal payment pages to look like those on your site - although buyers will be purchasing off your site. When you sign up to Protx, or similar, the payment is integrated into your site.
Hope this helps
In this case I think they have been using paypal. I would imagine they have traded for at least 6 months.
So I am assuming from what your replies are saying, that the following don't need a seperate merchant bank account set up:
worldpay, paypal or Nochex.
This lot also are not integrated 'gateways' as such - i.e. customers are sent to their site to input their credit card details.
[What about Paypal Pro - whats the difference to normal PayPal? Is this available in the UK?]
I assume gateways such as Protx are ones which allow a customer to type in their credit card details on your site, then deal with the authorisation behind the scenes.
When a seller wants to actually process the credit card sale (with something like Worldpay or Paypal) following shipment, do they have to log into WorldPay/PayPal directly to process the payment, or is there a way to do this from within their shop site?
One quesiton I have about these options too - how do you collect your customers information (i.e. address details)? As these details are collected on the PayPal/Wordpay pages, how do you get hold of them?
Thanks so much for the help so far.
JJ
[edited by: Flashster at 10:42 am (utc) on Aug. 3, 2006]
why not try it out with mals and paypal/nochex for free?