Upgrade or downgrade a subscription RESOURCE ID NOT FOUND

bond91
Contributor
Contributor

Hi, i have this problem.

 

I call this api : https://api-m.sandbox.paypal.com/v1/billing/subscriptions/(subscription-id)/revise

with

- Subscription id (valid)

- New plan id for subscription (active).

On debug mode with visual studio i have correct response from paypal.

When i try to call it from azure , i have always same response :

{
      "name": "RESOURCE_NOT_FOUND",
      "message": "The specified resource does not exist.",
      "debug_id": "cff93589c06cd",
  "details": [
     {
        "issue": "INVALID_RESOURCE_ID",
        "description": "Requested resource ID was not found."
     } 
],
   "links": [
   {
       "href": "https://developer.paypal.com/docs/api/v1/billing/subscriptions#RESOURCE_NOT_FOUND",
       "rel": "information_link",
       "method": "GET"
   }
   ]
}

How can i resolve?

Thanks

Login to Me Too
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.