How to retrieve all App Subscription charges monthly?

We currently have a Shopify App and we use the RecurringApplicationCharge way of charging our shops, which basically charges them every month with a specified amount

However, in order for us to control and report the amount earned from these charges, we want to fetch all the charges that happened during the months that those shops were charged. By doing that, we can detect when we refunded or partially refunded them, added discounts, etc.

Is there any way to fetch all the application charges Shopify does to the shops when using the recurring application charges?

You can use the Partner API => https://shopify.dev/api/partner/2022-01/queries/transactions

1 Like

That is perfect!

Thank you for the guidance, didn’t know Shopify had a separate API just for partners!

1 Like