简体   繁体   English

PayPal访客结帐,用于沙盒中的定期付款

[英]PayPal Guest Checkout for Recurring Payments in Sandbox

I'm working on an update on my current system with PayPal ExpressCheckout to allow users to pay without PayPal accounts. 我正在使用PayPal ExpressCheckout在当前系统上进行更新,以允许用户在没有PayPal帐户的情况下进行付款。 I added the 我添加了

SetExpressCheckoutRequestDetails.SolutionType = SolutionTypeType.SOLE;
//Not sure If I need this one
SetExpressCheckoutRequestDetails.LandingPage = LandingPageType.BILLING;

For Merchant Account setting I activated Enhanced Recurring Payments in the Sandbox Recurring Payment and turn the PayPal account optional in the website preference. 对于“商家帐户”设置,我在“沙盒定期付款”中激活了“增强型定期付款”,并在网站偏好设置中将“贝宝”帐户设为可选。

I do not know why the Guest checkout still not showing up. 我不知道为什么Guest checkout仍然不显示。 Did i missed something? 我错过了什么吗?

Any suggestion is appreciated. 任何建议表示赞赏。

Enhanced Recurring Payment option is applicable for PayPal website payment standard. 增强型定期付款选项适用于PayPal网站付款标准。 So you will need to use PayPal Subscription button with Enhanced Recurring Payment option for receiving recurring payments and allow the buyer to make guest payment. 因此,您需要使用带有“增强的定期付款”选项的“贝宝订阅”按钮来接收定期付款,并允许买方进行客人付款。 Enhanced Recurring Payment option doesn't work with PayPal Express Checkout. 增强的定期付款选项不适用于PayPal Express Checkout。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM