Retrive old transactions from API

Hi I need to use the rest api to get all the transactions of my shop. I use this endpoint but it only returns 50, how can I get all those from September to today?

Link used:

[email removed]https://store.myshopify.com/admin/api/2022-07/shopify_payments/balance/transactions.json

Hi TeamIntel,

The API call you are using returns the data in pages of 50 entries each. This is common for many Shopify API calls. You can access the other pages by following their documentation here.

Hope that helps.

Regards,

Wayne