7

I am explaining by example:

A customer goes to the website and buys a service and opt for recurring payment. To complete the transaction, customer is redirected to the PayPal site. Customer does not have PayPal account and opt to pay via credit card. In such scenario is it possible for a customer to complete the transaction as a recurring transaction. If not then it is OK, but if it is so then later ON how customer can cancels this subscription as he has no account to log on to PayPal.

4

4 回答 4

23

PayPal 现在有一个名为“增强的定期付款”的网站付款标准插件,现在可以在不让您的客户注册 PayPal 的情况下进行定期付款。使用它需要额外支付 19.95 美元/月。该插件还添加了一些其他功能,例如分期付款和自动计费。

这是他们概述页面的链接。

于 2011-04-12T18:30:55.970 回答
0

无需客户注册即可创建重复配置文件。

检查这个,

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPRecurringPayments#id08669F0705Z

或查看我的这个问题帖子,

如何使用直接付款设置贝宝定期付款的结束日期?

于 2012-07-17T05:38:26.263 回答
0

你可以参考这个链接。

网站所有者可以使用 PAYPAL PRO 方法使用此 API 并使交易成功..

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments

如果网站所有者不使用此方法,那么他/她可以继续使用当前方法,客户可以通过信用卡从贝宝网站付款。

谢谢。

于 2011-05-14T05:08:38.037 回答
0

虽然 Chris Kuehl 适合网站标准付款,但您可以使用 Website Payments Pro (WPP) 通过 WPP API 设置定期付款。使用 WPP API 将允许通过信用卡处理定期付款,而客户无需使用贝宝帐户。有关如何使用 WPP 的更多信息,请参阅: https ://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPWebsitePaymentsPro

或下载 PDF 格式的 WPP 指南 https://cms.paypal.com/cms_content/en_US/files/developer/PP_WPP_IntegrationGuide.pdf

于 2011-03-10T03:35:39.980 回答