0

Now i am working with Google checkout payment.I want to find the payment completion using API callback url,And i need to send an email to the payer,When he complete the payment.Can anyone help me with some example codes.

Shin
  • 280
  • 1
  • 2
  • 11

2 Answers2

0

Use the Notification API to get transaction information back from Google Checkout.

http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notification_API.html

When you get back the notification, you can read your custom ID from the merchant-private-data field.

Source get value return in google checkout

Thanks

Community
  • 1
  • 1
Suresh kumar
  • 2,002
  • 1
  • 19
  • 28
0

For code examples on using the Google Checkout APIs please have a look at the "Client Libraries & Sample Code" section in the Checkout developer documentation:

https://developers.google.com/checkout/samplecode

Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15