I am a new developer in php. In a website, I need to implement "Google checkout" payment method. My client give a script with src
. I added that script into my website. I got a Google checkout page.
But I don't know how to customize the style of that page
and how to update my database, if the buyer pay the amount using Google checkout. Is there any option like PayPal notify_url
? If yes, how to set up such url?