#coreyw-reconcilation-payout
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/balance_transactions/list + payout: 'po_123'. That will list all the Balance Transactions associated with that specific Payout. You can use the Expand feature https://stripe.com/docs/expand/use-cases#charges-in-payout to see more about each BT
Ok, thank you! We'll experiment with that!
If we do end up using the reporting features, do reporting.report_type.updated webhook events get triggered in Test Mode?
that is only triggered when the content of the report type itself changes so it's rare
So rare, but possible to trigger in Test Mode if we're creating enough test data? 🙂
no it's unrelated to the test data you create it's when we (Stripe) change that report's format I think
I was referencing this API doc: https://stripe.com/docs/reports/api#new-data-notifications
ah okay so it must also be sent every time sigma is refreshed which would happen daily
and yeah I check we seem to send it in Test mode too
I don't think you can force trigger it, just it should happen daily if you listen for it whenever the Sigma data is refreshed. Sorry I don't know that much about this specific part of the API
No worries, that's helpful - thank you much! One final question (still related to reconciliation)... if you don't my asking in this thread:
We are trying to understand how fees might pose challenges to reconciliation between our bank account and stripe payouts / charges. I see this in the docs: ```At the time of a charge, Stripe assesses no fees against the charge or against your Stripe balance. This is because IC+ fees are assessed in daily batches, as follows.
Stripe deducts these fees from your balance in daily batches approximately two days after the activity takes place.```
Will those fee deductions be apparent in within payouts (as a balance transaction)? We want to make sure it's obvious which set of fees is tied to which set of charges in a given payout.
it will be its own Balance Transaction for a fee but it might be in a different payout depending of when fees are assessed
Ah, I see. Would the expand trick work here as well to determine which charges are associated with a particular fee?
nope
there are separate reports for IC+. It's not something we document publicly so you should have access to docs and likely direct contacts at Stripe to discuss this in more details
Noted. Thank you for your assistance!