403 error when interacting with /catalogs/products endpoint

david_woollard
Contributor
Contributor

Hi there,

 

I am in the process of building a complex subscription service and am getting a permission denied error when trying to make GET requests to the products API:

 

debug_id: 50d90fc9d24e
"You do not have permission to access or perform operations on this resource"

 

It includes a link which is actually a 404: https://developer.paypal.com/docs/api/v1/billing/subscriptions#NOT_AUTHORIZED

 

My access token request works perfectly and seems to give me a valid token - although the scope is limited to the following:


https://api.paypal.com/v1/payments/.*
https://uri.paypal.com/services/reporting/search/read
https://uri.paypal.com/services/disputes/update-seller
https://uri.paypal.com/services/disputes/read-seller
https://uri.paypal.com/services/applications/webhooks

 

My REST app / account is setup for all of the permissions required for this action, so I am confused as to why it is not working. I get the same error for SANDBOX and LIVE.

 

If you could shed some light on this that would be smashing.

 

Best wishes,

 

Dave

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.