Welcome Developers!

in

Welcome!

in

Paypal expresscheckout with iFrame

Last post 03-23-2010 12:46 PM by Joel. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-23-2010 8:21 AM

    Paypal expresscheckout with iFrame

     Hi all,

    I've got a problem using paypal express checkout. When the user confirm the payment, paypal redirect it to a page via a 'returnurl' parameter. I want my user to be redirected on myspace, on my iFrame. Here is the problem, paypal is adding some parameters in the URL in order to finish the transaction process, and it seems that the myspace canvas page do not forward this parameters to my iFrame application. Am I right ? Is there any solution ?

     

    Thanks

    N00By PaPa

  • 03-23-2010 12:31 PM In reply to

    Re: Paypal expresscheckout with iFrame

     You might want to look at this doc which concerns passing data between frames. I hope this helps. Let me know if it does not:

     http://wiki.developer.myspace.com/index.php?title=IFPC

     

     

    thanks,

    Joel

  • 03-23-2010 12:46 PM In reply to

    Re: Paypal expresscheckout with iFrame

    Once in the iframe, the iframe is run by you. Redirects should pass all the parameters to that page. You could also run Paypal from a different window. 

     Also, just to clarify, in a url string app params must be passed in in JSON format, ie appParams={"blablabla":"1234"} not param=value&param2=value2 etc.

     

    thanks,

    Joel

Page 1 of 1 (3 items)