简体   繁体   中英

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.

  1. What is the mechanism known as? I can't google it because Paypal doesn't give it a consistent name. 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. Can I now use the Express Checkout API to get info about the state of that subscription?

Nigel

  1. When you create Recurring profiles/subscriptions using CreateRecurringPaymentsProfile then you can have variable amount.
  2. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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