How to integrate Google Checkout In Php ? Please help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dewshare
Forum Newbie
Posts: 4
Joined: Fri Jan 21, 2011 3:51 am

How to integrate Google Checkout In Php ? Please help

Post 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
nithinkk
Forum Commoner
Posts: 55
Joined: Sat Nov 28, 2009 7:57 am

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

Post by nithinkk »

Just go through this man

Code: Select all

http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_PHP.html
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

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

Post 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.
dewshare
Forum Newbie
Posts: 4
Joined: Fri Jan 21, 2011 3:51 am

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

Post 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
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

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

Post 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.
Post Reply