Page 1 of 1

How to integrate Google Checkout In Php ? Please help

Posted: Fri Jan 21, 2011 3:57 am
by dewshare
Hi

I am working on a single page that will have a check out button to charge a 20$ to my client. when client successfully pay this amount I want to get True and paid amount on response handler file.

I download google checkout sample code and read lots of tutorials on internet but no gain.

can you guide me how to do this from start to end, step by step. all the things I need and all the steps I need to perform

i shall be thank full to you

thanks

Re: How to integrate Google Checkout In Php ? Please help

Posted: Fri Jan 21, 2011 10:18 am
by nithinkk
Just go through this man

Code: Select all

http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_PHP.html

Re: How to integrate Google Checkout In Php ? Please help

Posted: Fri Jan 21, 2011 10:24 am
by John Cartwright
dewshare wrote:Hi

I am working on a single page that will have a check out button to charge a 20$ to my client. when client successfully pay this amount I want to get True and paid amount on response handler file.

I download google checkout sample code and read lots of tutorials on internet but no gain.

can you guide me how to do this from start to end, step by step. all the things I need and all the steps I need to perform

i shall be thank full to you

thanks
A better approach for us is to post specifically what you are having issues with. Code helps too.

Re: How to integrate Google Checkout In Php ? Please help

Posted: Fri Jan 21, 2011 10:51 am
by dewshare
i am not understanding how to get response when ever some one make purchase there should be a mechanism to get response of it just like paypal we have IPN

Re: How to integrate Google Checkout In Php ? Please help

Posted: Fri Jan 21, 2011 1:38 pm
by greyhoundcode
dewshare wrote:there should be a mechanism to get response of it just like paypal we have IPN
There is a tutorial for Google Checkout's notification mechanism here.