0

现在我正在使用 Google 结帐付款。我想使用 API 回调 url 找到付款完成,我需要向付款人发送电子邮件,当他完成付款时。谁能帮我一些示例代码。

4

2 回答 2

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

于 2012-05-15T07:27:17.863 回答
0

有关使用 Google Checkout API 的代码示例,请查看 Checkout 开发人员文档中的“客户端库和示例代码”部分:

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

于 2012-05-16T03:35:47.997 回答