paypal - 我如何更改 paypal api 中的订阅计划

标签 paypal paypal-subscriptions

我想将 Paypal 整合到我的成员(member)网站。在我检查了 paypal 文档后,我意识到我找不到任何关于如何更改用户订阅计划的信息,例如一些用户成为“基本”计划但在被要求使用“专业”之后。

在 api 文档中找不到此函数 https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions

这样做的最佳做法是什么?

最佳答案

根据 https://developer.paypal.com/docs/subscriptions/customize/revise-subscriptions/

You can upgrade or downgrade a subscription by changing the plan and/or quantity of the subscription. Changing from one plan to another is allowed only across plans within the same product.

For example, you can revise a subscription from a $10 basic plan to a $14 premium plan, or revise a five software licenses monthly subscription to 10 licenses per month.

Subscription revisions require the buyer's consent. If the buyer doesn't consent, they continue to be billed according to their current subscription. All successful revisions are effective in the next billing cycle.

虽然有时“修订订阅”部分未正确呈现,但已记录在此处。 https://developer.paypal.com/api/subscriptions/v1/#subscriptions_revise

关于paypal - 我如何更改 paypal api 中的订阅计划,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56653622/

相关文章:

Magento:paypal 标准付款在付款完成后不会重定向到 Magento 成功页面

paypal - 对 PayPal Invoicing API 上的 merchantEmail 和 payerEmail 感到困惑

php - Paypal Pro 直接付款在 PHP 中启用

PayPal 的定期付款,已跳过将在 5 天后重试。我现在如何让它尝试?

paypal - 使用 UpdateRecurringPaymentsProfile 调用更新由 express 创建的定期付款配置文件

此商家已禁用 PayPal DPRP

paypal - 布伦特里拆分付款 Paypal

paypal - 为 PayPal 授权/捕获

php - 使用 Paypal 应用程序将订阅付款发送到新的商家帐户而不是旧帐户

paypal - 我可以用信用卡创建账单协议(protocol)吗(没有 Paypal 账户)