Question

I'm having an issue with forms posting out to https:payflowlink.paypal.com from mobile devices. Instead of returning the hosted checkout page, only a blank page is being served up.

Posting from the same exact form on desktops and tablets brings up the hosted checkout page.

I'm not getting any sort of error message when debugging from mobile safari, just a blank white page.

Was it helpful?

Solution

Are you using SECURETOKEN? If so make sure you pass TEMPLATE=MOBILE in the API call to payflowpro.paypal.com or pilot-payflowpro.paypal.com(test). Once you get a result code of "0" you'll redirect to payflowlink.paypal.com and append the URL with your SECURETOKEN and SECURETOKENID and MODE for example:

https://payflowlink.paypal.com?SECURETOKEN=value_from_API_call&SECURETOKENID=Your_made_up_value&MODE=Test (or Live)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top