0

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?

Kara
  • 6,115
  • 16
  • 50
  • 57
Shin
  • 280
  • 1
  • 2
  • 11

1 Answers1

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