s_echelon
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jun-12-2019
09:33 AM
Hello,
how does the button for the automatic subscription exist, there is also a button that, passing a specific parameter, cancel a given subscription?
I tried searching on this forum but I can't find the answer.
Thanks a lot!
Solved! Go to Solution.
Labels:
Login to Me Too
- Labels:
-
PayPal HTML Buttons
1 ACCEPTED SOLUTION
Accepted Solutions

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun-13-2019
12:08 PM
Hello,
If you are creating HTML buttons, the user (subscriber) will cancel the subscription by logging into their PayPal account, navigating to their recurring payments portion of their profile and cancel the billing agreement.
Should you require a cancel subscription button on your site, this would need to be built out using the subscription API https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_cancel.
Hope this helps!
If you are creating HTML buttons, the user (subscriber) will cancel the subscription by logging into their PayPal account, navigating to their recurring payments portion of their profile and cancel the billing agreement.
Should you require a cancel subscription button on your site, this would need to be built out using the subscription API https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_cancel.
Hope this helps!
3 REPLIES 3
s_echelon
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun-13-2019
09:45 AM

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun-13-2019
12:08 PM
Hello,
If you are creating HTML buttons, the user (subscriber) will cancel the subscription by logging into their PayPal account, navigating to their recurring payments portion of their profile and cancel the billing agreement.
Should you require a cancel subscription button on your site, this would need to be built out using the subscription API https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_cancel.
Hope this helps!
If you are creating HTML buttons, the user (subscriber) will cancel the subscription by logging into their PayPal account, navigating to their recurring payments portion of their profile and cancel the billing agreement.
Should you require a cancel subscription button on your site, this would need to be built out using the subscription API https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_cancel.
Hope this helps!
brahim024
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan-17-2023
06:48 AM
you should use subscription cancel api endpoint
https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_cancel
then send the request using ajax or any method you prefer.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- Paypal subscription Api in REST APIs
- Subscription did not get auto renewed in sandbox mode but it was created successfully in Sandbox Environment
- PayPal Redirection Issue After Successful Payment in Photobooth Integration in Sandbox Environment
- How to Enable or Disable Subscription Auto-Renewal? in REST APIs