PayPal: express checkout pay without account

感情迁移 提交于 2019-12-17 15:28:39

问题


Is it possible to do an express checkout payment in PayPal without an account?

I remember that I saw it somewhere, but I don't remember where. Once a time in PayPal there was a link under "Create a PayPal account".


回答1:


Yes, that's certainly possible.

Simply set SOLUTIONTYPE parameter to Sole in your initial SetExpressCheckout API call (SOLUTIONTYPE=Sole). Optionally you can also specify LANDINGPAGE=Billing for the billing page to be forced.

Note: In order for SOLUTIONTYPE=Sole to work, you must have 'PayPal Account Optional' set to 'On' with the 'Website Preferences' section of your PayPal account.
Profile > My selling tools (or: My selling preferences) > Website Preferences > Update > PayPal Account Optional: On.

EDIT:

As mentioned in one of the comments, it's possible this may only work if you add the LOCALECODE=us parameter too.



来源:https://stackoverflow.com/questions/7689640/paypal-express-checkout-pay-without-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!