简体   繁体   English

贝宝变量订阅

[英]Paypal variable subscription

There is a Paypal subscription mechanism which allows customers to be charged by a variable amount each month but I'm struggling to get info about it. 有一个贝宝(Paypal)订阅机制,该机制允许每个月向客户收取可变金额的费用,但我一直在努力获取有关它的信息。

  1. What is the mechanism known as? 所谓的机制是什么? I can't google it because Paypal doesn't give it a consistent name. 我无法在Google上搜索它,因为Paypal并没有为其提供统一的名称。 They variously refer to it as "automatic billing", "Variable amount subscriptions" and other random descriptions. 他们以不同方式将其称为“自动计费”,“可变金额订阅”和其他随机描述。

  2. Is there a good source for info? 有很好的信息来源吗?

  3. I created an HTML subscribe button. 我创建了一个HTML订阅按钮。 Can I now use the Express Checkout API to get info about the state of that subscription? 我现在可以使用Express Checkout API来获取有关该订阅状态的信息吗?

Nigel 奈杰尔

  1. When you create Recurring profiles/subscriptions using CreateRecurringPaymentsProfile then you can have variable amount. 使用CreateRecurringPaymentsProfile创建定期配置文件/订阅时,您可以拥有可变金额。
  2. https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_buttons/ https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_buttons/
  3. You cannot use ExpressCheckout API to get information of subscriptions created through normal subscription button, if you do so you will get this error Subscription Profiles not supported by Recurring Payment APIs. 您无法使用ExpressCheckout API来获取通过常规订阅按钮创建的订阅的信息,如果这样做,则会出现此错误Subscription Profiles not supported by Recurring Payment APIs.Subscription Profiles not supported by Recurring Payment APIs.

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

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