I am working on a PHP website with Google checkout Payment. I need to get the transaction id in the merchant calculation page using API Call back url. What method can I use for this?
Asked
Active
Viewed 147 times
1 Answers
0
Google Checkout offers a service similar to Paypal's IPN where they send all of the transaction information to a URL you specify. This includes the transaction number.

John Conde
- 217,595
- 99
- 455
- 496