Sandbox: Revise subscription returns success but subscription not modified?
s4brown
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Sep-28-2023
02:47 PM
Hello,
I seem to be making a successful call to revise a subscription quantity, but the change is not reflected in the merchant account and subsequent calls to retrieve the subscription return the original quantity. For example, I have a subscription with a quantity of 3 and send this request:
Endpoint
Body
{"quantity":2}
I am getting a 200 response code and the following response body
{"quantity":"2","plan_overridden":false,"links":["hateos links removed for clarity"]}
When I retrieve the subscription details or view the subscription in the merchant account the quantity is still 3
Help!
Labels:
- Labels:
-
Subscriptions
0 REPLIES 0

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
- How do you create subscriptions with PayPal Advanced Checkout? in SDKs
- subscription_id has disappeared in REST APIs
- Paypal subscription Api in REST APIs
- Recurring Payment issue in Braintree Client-side Integration (JS, iOS, Android SDKs)