Ok, so far I am:


   1. Successfully calling the SetExpressCheckout method via cfhttp
   2. I generate a link that the user clicks to go to paypal with the
   required info (just for testing right now) - <a href="
   
https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token=#variables.response_struct.token#&amt=#trim(variables.response_struct.amt)#&CURRENCYCODE=#variables.response_struct.currency_code#&RETURNURL=#variables.response_struct.return_url#&CANCELURL=#variables.response_struct.cancel_url#
   ">checkout</a>
   3. having them get redirected back to the site.

 So now what?  The pdf I have glosses over the next few steps.
 For example:
"Execute the GetExpressCheckoutDetails API to obtain information about the
buyer."
 But the docs provides no examples of what to send or what you will get
back.

I am just looking for what params to send and what will come back.

 I am using the PP_WPP_IntegrationGuide.pdf.  If there is something better
to look at that would be great.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:317862
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to