문제

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.

도움이 되었습니까?

해결책

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top