How to retrieve all App Subscription charges monthly?

Solved

How to retrieve all App Subscription charges monthly?

VVteam
Shopify Partner
2 0 1

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? 

Accepted Solution (1)

alagaesia
Shopify Partner
34 7 11

This is an accepted solution.

Replies 2 (2)

alagaesia
Shopify Partner
34 7 11

This is an accepted solution.

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

Alessandro
VVteam
Shopify Partner
2 0 1

That is perfect!

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