Hi guys, I was wondering if anyone could give me a starting point for a checkout system which uses any payment gateway apart from paypal (ie google checkout, worldpay, ...) so that it would take payments from the debit/credit card without coming out of the website and redirecting to for example googlecheckout site. I know it is possible and I would require a SSL certificate for it, I just am new in this part of php if anyone could point me to a good tutorial it would be fantastic. also which gateway is the easiest or best to go with as well Thank you. PS - I have already searched all over google code website for checkout and couldnt find anything apart from a sample code that doesnt work =/
if you ask me I would only trust paypal or google checkout. I will never submit my personal information, not even speaking about my credit card details! when it redirects me to paypal I feel more safe.
It's not up to me, it's what my client wants. To many businesses it doesnt look professional if the website redirects customers to another site like paypal; which is why paypal charges extra for this feature.
I dont think I explained myself very well, I dont want a ecommerce software like zen-cart or oscommerce, the website has it's own custom checkout page and they want me to integerate it with preferably google checkout. I can integerate it with google checkout but it comes out of the website and goes to googlecheckout website to proceed. I need it to proceed and take the payment using googlecheckout without the user having to come out of the website.
google checkout API. they have a very good reference. I am not sure if it send you to their page or not. but I dont think so. Good luck.
I did mention on my first post that I have already checked that place. Please read my message before posting. Thanks
You'll find a lot of sites actually redirect from the main site to the payment gateway (ie worldpay, protx, paypal and so on) because they're reputable companies that people trust (like astrazone) If you want to integrate google checkout you will need to use the google checkout API There's full guides on how to go about this that can be found here http://code.google.com/p/google-checkout-php-sample-code/
are you sure that you found this page? http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html
yes I did check there already, what I found from google API was this: http : // code.google.com / apis / checkout / developer / Google_Checkout_Custom_Processing_How_To_HTML . html which has got a sample code at the bottom but the sample code is not working and the tutorial I found not complete enough for me. I was hoping to find a better guide somewhere else but looks like there isnt any.
http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API.html#checkout_api look here I am sure that you will find something useful eventually.
yes thanks, that is for a normal integeration (the one that redirects) if I am not wrong, I need one that requires SSL Certificate and doesnt redirect.
Hi I have more then 4 year exp in php and mysql tech. I think you wanted a solution like user will perform all payment process in you website no need to go at payment gateway website for payment. Am i correct ? I get back to you with solutions
I didnt find anything about ssl with google integration. but I cant understand why cant you send the people to do the purchase and when they are finished they are back to your website.
as I say thats what the client wants not me, it wouldnt bother me to be fair but it's their site and they want it like that.