简体   繁体   中英

paypal subscription with recurring trial period

With paypal pdt subscription, what I want to achieve is this:

I want users to subscribe on discounted rate for 12 months and later regular rate will start.

Is it possible to charge $10 every month for 12 months and after 12 months $15 every month? (that is trial period of 12 months with 10$/ month and the regular charge of $15/month).

Do we have such facility in paypal PDT subscription module?

What I see in documentation is it provide only 2 trial periods but what I want its recurring trial period.

No, you cannot set up multiple recurring payments in a single flow. However, you can of course set up one recurring payment for the value of all subscriptions combined.
Eg 10*0.99 for a 9.99 recurring payment for 10 subscription of 0.99. (Note however, that by default recurring payments can only be increased by 20% in price unless you're using Direct Payment Recurring Payments).

I believe the issue is that you could indeed include multiple billing agreements in a SEC flow, but not for multiple recurring payments profiles. In fact, you can specify up to 10 billing agreements in SetExpressCheckout. These would be for use with reference transactions as opposed to recurring payments.

Yes, you can achieve your goal with the PayPal API. From their documentation:

A profile can have at most one optional trial period and a single regular payment period.

[...]

Each recurring payments profile has a regular payment period that defines the amount and frequency of the payment.

[...]

You can optionally include a trial period in the profile by specifying the following fields in the CreateRecurringPaymentsProfile request.

Here's the specific documentation related to this feature: https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECRecurringPayments/

I believe you can change that parameter to a number of cycles of free trial. So change 2 to 12. I am not totally certain as I have been exploring the api recently.

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