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
How to integrate Google Checkout In Php ? Please help
Moderator: General Moderators
Re: How to integrate Google Checkout In Php ? Please help
Just go through this man
Code: Select all
http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_PHP.html- 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
A better approach for us is to post specifically what you are having issues with. Code helps too.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
Re: How to integrate Google Checkout In Php ? Please help
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
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: How to integrate Google Checkout In Php ? Please help
There is a tutorial for Google Checkout's notification mechanism here.dewshare wrote:there should be a mechanism to get response of it just like paypal we have IPN