Why am I getting a 404 error while accessing Shopify payouts data?

Hi

I have been trying to access shopify_payouts data from a customer, but I have been consistently running into 404 errors.

Context:

  1. I have the required access scopes approved (orders, shopify_payouts, etc)
  2. I am able to pull order data from this store. (https://shopify.dev/docs/api/admin-rest/2023-04/resources/order#get-orders?status=any))
  3. When I’m pulling list of shopify payouts from this store, I’m getting a 404 error (https://shopify.dev/docs/api/admin-rest/2023-04/resources/payouts#get-shopify-payments-payouts))
  4. I’ve tried accessing this endpoint using a dev store too, still getting 404 error. (Image provided)

I’m unable to find the issue here. Any help is appreciated :slightly_smiling_face:

I’m running into the same thing, any updates here, were you able to work around it?