Hi Kyle,
I’m having the same issue.
I am able to summon the ShopifyPaymentsAccount object because my app has the read_shopify_payments_accounts access scope enabled (as well as every other access scope).
However, some objects within the ShopifyPaymentsAccount still require the read_shopify_payments access scope, which is not available anymore.
In my query, for instance, I queried chargeStatementDescriptors, but I got the same error, that I need the read_shopify_payments access scope, even though it is unavailable.
In @supermamka 's request, the ShopifyPaymentsPayoutSchedule object requires the read_shopify_payments access scope.
In the docs, we see that both of these objects require the read_shopify_payments access scope.
So I suppose this is something that’ll have to be fixed?
I’m on API version 2024-10 if that matters.