使用 Paypal Website Payments Pro API 进行现场定期付款

发布于 2024-10-17 19:50:50 字数 125 浏览 4 评论 0原文

我想使用 PayPal 在我的网站上接受定期付款,而无需用户离开我的网站。根据贝宝文档,您似乎必须首先将用户发送到异地贝宝(快速结账),然后让他们返回您的网站。

他们使用 API 的方式是否不同,以便用户始终留在网站上?

I want to accept recurring payments on my site using paypal without having the user ever leave my site. Based on the paypal documentation it appears you have to send the user offsite to paypal (express checkout) first and then have them come back to your site.

Is their a different way of using the api so the user stays on site the entire time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

家住魔仙堡 2024-10-24 19:50:50

要在 PayPal 网站之外处理付款,您需要使用 Website Payments Pro。

要使用 PayPal 的定期付款系统,无需自行编程:

编写您自己的定期付款功能:

To Process payments not on PayPal's website, you need to use Website Payments Pro.

To use PayPal's recurring payment system, without programming your own:

Program your own recurring payment functionality:

  • Save cc info to a database and make DoDirectPayment API calls based on your criteria
  • Process an initial payment when someone signs up for your recurring service, save the transaction ID, and then call DoReferenceTransaction in the future (based on your criteria). Always use the newest transaction ID as they only last a year. Also, you need to call PayPal to apply for this feature ($0).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文