Hello since around yesterday I have been getting an error when fetching data from the v2/disputes
endpoint in the sandbox. The error that has come back is the following:
{"errors": [{"code": "INSUFFICIENT_SCOPES","detail": "The merchant has not given your application sufficient permissions to do that. The merchant must authorize your application for the following scopes: [DISPUTES_READ]","category": "AUTHENTICATION_ERROR"}]}
The scope DISPUTES_READ is not documented here. When I test it for a prod account it seems to work fine. I am using Api Version 2021-03-17
.