Access denied for balanceTransactions field

Good morning,

I am trying to run a GraphQL query to fetch the Shopify Payments Account (shopifyPaymentsAccount - GraphQL Admin) and read the balanceTransactions property. I have already added the required read_shopify_payments_accounts scope (I can see it listed on the app’s Dev Dashboard) - however I’m still getting the Access denied for balanceTransactions field error when I run the GraphQL query.

What might be the cause of the issue?

Thank you!

Piotr

Hey @Piotr_Wojcicki - that field also requires access to payout info - can you try adding the read_shopify_payments_payouts scope as well and let me know if that solves the problem? If not, if you’re able to share an X-Request-ID from the response headers for an example of the error I can take a closer look for sure.