Shopify Payments Details Breakout

Recently, payouts from Shopify have taken orders charged in one day and broken it out into two separate deposits (one coming thursday, one coming friday). We have a client using a system to reconcile deposits through an app of ours. This splitting has caused issues. I’d love a way to stop the split but beyond that, is there a graphql query that will break out what orders are being paid out in a single payout?

I can get summary info, but can’t seem to find (maybe I’m missing it) something that will tell me like the admin the list of orders being paid in that payout.

Thanks in advance.

To get the summary info for a payout - are you using this query: shopifyPaymentsAccount - GraphQL Admin

On the balanceTransactions field on the above query, you should be able to access associatedOrder which has the name and ID of the orders would this work for you?

Thanks @Liam-Shopify . Will have to check it out and see if I can connect it. I may have something that works for now but if I need to rewrite will use this.

1 Like