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