Patch replace requests returns 204 but does not update next payment amount on sanbox
busraUcak
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
May-31-2022
02:31 AM
Hi,
I am trying to update next payment amount on sandbox environment. My request details are below
https://api-m.sandbox.paypal.com/v1/billing/subscriptions/BILLING_ID
[{"op":"replace"
,"path":"/plan/billing_cycles/@sequence==1/pricing_scheme/fixed_price"
,"value":{"currency_code":"USD","value":"59.99"}}]
This request returns 204 but when I check on sandbox environment, I can see it is still 5.90.
If it is already updated why it still shows 5.90 in payment details?
And if it cannot updated why it returns 204 and what is the issue?
EDIT: my payment will start 7th of June and I want to update next payment. Currently total billed amount is 0.00$
Labels:
- Labels:
-
Payments REST APIs
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
- v2/payments/authorizations/{authorization_id} Request failed with status code 404 in REST APIs
- Are there any restrictions to charge using only html, vanilla javascript and php with rest api? in REST APIs
- Why does the client when makeing and order return a payment id that does not start with PAYID. in REST APIs
- PayPal Redirection Issue After Successful Payment in Photobooth Integration in Sandbox Environment
- PayPal-Mock-Response header not working -- got 403 error instead. Help! in Sandbox Environment