Disputes REST Endpoint returning a 404

Hi everyone - I’m trying to query the following endpoint:

/admin/api/2020-01/shopify_payments/disputes.json

and I’m getting a 404 Not Found error for some reason. The other endpoints within “shopify_payments” are correctly returning a 403 Forbidden (as my app doesn’t have the required scopes). I am authenticated with the “read_shopify_payment_disputes” scope, however.

Any idea why this is happening and how to fix it?

same here