About Dyanamic Subscriptions and Unsubscription

Yougal
Contributor
Contributor

I want to make dyanamic subscriptions in my site (PHP). Subscriptions amount can not be same it depends on what user choose.

If user want to make new subscription and user have an existing active subscription then the old subscription may be cancel  before starting a new one.

 

Please let me know if there are any ways to do this ASAP.

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

MTS_Justin
Moderator
Moderator
Hi @Yougal,

You can set prices dynamically within your own code and then use encrypted website payments to encrypt the code and place it on your site.

https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/encryptedwebpay...

In regards to a user wanting to make a new subscription, the old subscription would need to be cancelled manually, there is no automatic cancellation feature if the user already has an active subscription.

Was my post helpful? If so, please give me a kudos!

View solution in original post

Login to Me Too
1 REPLY 1
Solved

MTS_Justin
Moderator
Moderator
Hi @Yougal,

You can set prices dynamically within your own code and then use encrypted website payments to encrypt the code and place it on your site.

https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/encryptedwebpay...

In regards to a user wanting to make a new subscription, the old subscription would need to be cancelled manually, there is no automatic cancellation feature if the user already has an active subscription.

Was my post helpful? If so, please give me a kudos!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.