Hi, I’m using the Shopify Payments API to pull transactions. I am pulling payouts and then the transactions associated with those payouts. As a method of validation, for each payout, I sum all the associated transactions and subtract the fees (adjustment fees, charge fees, refund fees, reserved funds fees, and retried payout fees) associated with the payout. Generally, this works out to $0, but in some cases, it’s off by a small amount that I can’t account for.
Is my assumption that this should always sum to $0 correct, or am I missing some detail?
Thanks