PayPal:无需账户即可快速结帐付款
没有帐户是否可以在 PayPal 中进行快速结帐付款?
我记得在哪里见过,但不记得在哪里了。 有一次,在 PayPal 中,“创建 PayPal 帐户”下有一个链接。
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".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这当然有可能。
只需在初始 SetExpressCheckout API 调用 (
SOLUTIONTYPE=Sole
) 中将SOLUTIONTYPE
参数设置为Sole
即可。您还可以选择指定LANDINGPAGE=Billing
来强制使用计费页面。编辑:
正如评论之一中提到的,这可能只有在您也添加
LOCALECODE=us
参数时才有效。Yes, that's certainly possible.
Simply set
SOLUTIONTYPE
parameter toSole
in your initial SetExpressCheckout API call (SOLUTIONTYPE=Sole
). Optionally you can also specifyLANDINGPAGE=Billing
for the billing page to be forced.EDIT:
As mentioned in one of the comments, it's possible this may only work if you add the
LOCALECODE=us
parameter too.直接信用卡已被弃用。
您只需使用 PayPal API 并将最佳结账设置为 YES 并然后客户可以通过信用卡/贝宝帐户付款(他们不需要)。
https://developer.paypal.com/docs/integration/直接/付款/来宾付款/#
Direct Credit Cards are deprecated.
You just use the PayPal API and allow the optimal checkout to YES and then customers can pay either through credit card / paypal account (they don't need one).
https://developer.paypal.com/docs/integration/direct/payments/guest-payments/#