Hi everyone
When I started to make my own online store I thought the payment part would be easiest part. Well I was wrong.
I'v been googling alot but I can't find any way to safely accept creditcards on my website.
I'v already made the shopping cart which allows users select several products and when the user clicks on (Check out) button he/she gets redirected to Paypal website to pay for the purchase.
I do this by a simple HTML form.
BUT the real problem is that. what if the user doesn't pay for the product? what if he closes the browser after going to paypal? how do I know the payment is successfull?
I can describe myself as a good PHP programmer but I don't know anything about online payments.
Please help me find an answer to my questions.
It would realy help if you give me any ideas where to start
It's kind of urgent
Thanks / Behzad
When I started to make my own online store I thought the payment part would be easiest part. Well I was wrong.
I'v been googling alot but I can't find any way to safely accept creditcards on my website.
I'v already made the shopping cart which allows users select several products and when the user clicks on (Check out) button he/she gets redirected to Paypal website to pay for the purchase.
I do this by a simple HTML form.
BUT the real problem is that. what if the user doesn't pay for the product? what if he closes the browser after going to paypal? how do I know the payment is successfull?
I can describe myself as a good PHP programmer but I don't know anything about online payments.
Please help me find an answer to my questions.
It would realy help if you give me any ideas where to start
It's kind of urgent
Thanks / Behzad
Comment