13

我正在查看新的 PayPal REST API 和示例。从今天开始可以进行定期付款吗?(又名:定期付款的订阅,计费周期和定期付款的次数。)

我在文档中找不到此信息。

谢谢,

4

5 回答 5

20

PayPal REST API 现在正式支持定期付款(计费计划和协议)

于 2014-10-03T09:30:26.240 回答
7

PayPal REST API 目前不提供定期付款,但 Classic API 确实提供了此功能:

https://developer.paypal.com/webapps/developer/docs/classic/use-cases/

于 2013-06-03T21:53:17.133 回答
4

REST API 有两个选项。

首先,您可以将信用卡存储在保险库中,以对该卡进行定期付款。

第二个选项尚未发布,但将涉及长期 OAuth 令牌,请参阅此答案

于 2013-06-06T14:05:58.327 回答
1

尝试 Paypal REST API-> https://developer.paypal.com/docs/integration/direct/create-billing-plan/

设置您的帐户后,您将获得一个密钥和客户端 ID,稍后您将使用它们来调用 api。

请记住在 apiContext 上设置 grant_type,这样您就不会得到 403。

https://developer.paypal.com/docs/api/#create-a-plan

于 2014-12-03T13:07:43.617 回答
1

Billing Plan and AgreementAPI 也已被弃用,我们可以Subscription API改用,

集成指南:https ://developer.paypal.com/docs/subscriptions/integrate/#

文档:https ://developer.paypal.com/docs/api/subscriptions/v1/

于 2019-08-07T05:01:45.963 回答