简体   繁体   English

使用REST Api执行定期付款

[英]Executing recurring payments with the REST Api

I need to use recurring payments with PayPal, so for every 30 days I will subtract a payment from the customer. 我需要使用PayPal定期付款,因此每30天我会从客户中扣除一笔付款。

There is so much information about PayPal that I'm totally lost. 关于PayPal的信息非常多,我完全迷失了。

So, there a is way of doing recurring payments with the Rest Api? 那么,有一种方法可以使用Rest Api进行定期付款吗? https://github.com/paypal/rest-api-sdk-python https://github.com/paypal/rest-api-sdk-python

Best Regards, Andre 最诚挚的问候,安德烈

I have looked through all of the documentation for PayPal Payments Standard, and found no Rest API Recurring Billing references, unless you use PayPal Vault. 我查看了PayPal Payments Standard的所有文档,除了使用PayPal Vault外,没有找到Rest API Recurring Billing引用。

Here is the reference documentation for PayPal Vault: 以下是PayPal Vault的参考文档

PayPal Vault Information PayPal保险柜信息

There are other ways to setup Recurring Payments with PayPal Payments Standard accounts. 还有其他方法可以使用PayPal付款标准帐户设置定期付款
You can use Express Checkout to create Recurring Payments APIs. 您可以使用Express Checkout创建定期付款API。
Here is a link to the documentation for Express Checkout and recurring payments: 以下是Express Checkout和定期付款文档的链接:
PayPal Express Checkout Recurring Payments PayPal Express Checkout定期付款

Another option for you is to create a simple subscription button. 另一个选择是创建一个简单的订阅按钮。 You can create the button directly in your PayPal Account by going to the Merchant Services Tab , and choosing Create Payment Buttons for your website then choose Subscription . 您可以直接在PayPal帐户中创建按钮,方法是转到“ 商家服务”选项卡 ,然后选择“ 为您的网站创建付款按钮”,然后选择“ 订阅” The other option for you is to manually create the subscription button. 另一个选项是手动创建订阅按钮。
Here is the documentation on Creating a Subscription Button: 以下是有关创建订阅按钮的文档:
PayPal Subscription Button Guide PayPal订阅按钮指南

These are the basic options for PayPal Payments Standard. 这些是PayPal付款标准的基本选项。

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

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