php - Google Checkout Accessing Merchant Calculations Callback -


i'm implementing google checkout service web service using xml api. have cart request , of setup, , using merchant calculations api shipping (my service shipping calculations)

i'm having difficulties figuring out how access response sent server buyer's address / other personal data order , determining shipping request.

is being sent in header? posts value? get? how access it.

i'm developing using php

the merchant calculations request in xml format in body of http post.

some useful links below:

format of merchant calculations request / response: https://developers.google.com/checkout/developer/google_checkout_xml_api#merchant_calculations_api

https://developers.google.com/checkout/developer/google_checkout_xml_api_merchant_calculations_api#handling_merchant_calculation_callbacks

how configure web service respond callbacks: http://support.google.com/checkout/sell/bin/answer.py?hl=en-gb&answer=70647

php library - @ responsehandlerdemo.php shows how parse , respond merchant calculations request:

http://code.google.com/p/google-checkout-php-sample-code/


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -