Relative Content

Tag Archive for apirestpostmanshopifyshopify-api

Shopify Payments API – How to call endpoint for list all transactions?

I am calling endpoint /admin/api/2023-04/shopify_payments/balance/transactions.json and I am still getting back every transaction I have made even if I use some filter for ex admin/api/2023-04/shopify_payments/balance/transactions.json?fee=”27.09″ and the response include every transaction. The main idea is to filter transactions by dates but I see that it doesnt work for any of filters anyway.