What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Oauth error invalid_scope: The access scope is invalid: shopify_payments_dispute_file_uploads

Oauth error invalid_scope: The access scope is invalid: shopify_payments_dispute_file_uploads

BrainDev
Shopify Partner
2 0 1

I'm attempting to access:

  • shopify_payments_dispute_file_uploads
  • shopify_payments_dispute_evidences

However, I continually receive the error message:

"Oauth error invalid_scope: The access scope is invalid: shopify_payments_dispute_file_uploads"

I am using the scope exactly as it's described in the Shopify documentation here:

https://shopify.dev/docs/api/admin-rest/2023-10/resources/dispute-evidence#get-shopify-payments-disp...

 

What am I doing wrong?

Screenshot 2024-01-03 at 13.19.44.png

Replies 2 (2)

stefansweb2020
Shopify Partner
134 10 5

Did you requre access scopes for shopify_payments_payouts, shopify_payments and than shopify_payments_dispute_evidences, shopify_payments_dispute_file_uploads when you are changing the scopes you need to restart your app

banned
BrainDev
Shopify Partner
2 0 1

No I requested the scope all at once. And I don't need access to shopify_payments_payouts or shopify_payments.

 

I know another app that uses the exact same scope and it works without any problems.