문제

I am using PayPal's login (https://devtools-paypal.com/guide/openid) integration script to get consent from my website users. I would like to send email field prefilled on PayPal login page. I tried sending through query string but that doesn't work. Can we do it?

Any help would be much appreciated. Thanks

도움이 되었습니까?

해결책 2

According to PayPal support team, this feature is not available as of now. They have added my request in the feature list so hopefully we can expect it in future.

다른 팁

If you are using ExpressCheckout you can pass the EMAIL field with this address, however, it will be overridden depending on the browser.

The only option to force an account when logging in is to use AdaptivePayments. You would set senderEmail and they should not be able to change it.

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