#coreyw-reconcilation-payout

1 messages · Page 1 of 1 (latest)

twin hatch
vital crag
#

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?

twin hatch
#

that is only triggered when the content of the report type itself changes so it's rare

vital crag
#

So rare, but possible to trigger in Test Mode if we're creating enough test data? 🙂

twin hatch
#

no it's unrelated to the test data you create it's when we (Stripe) change that report's format I think

vital crag
twin hatch
#

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

vital crag
#

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.

twin hatch
#

it will be its own Balance Transaction for a fee but it might be in a different payout depending of when fees are assessed

vital crag
#

Ah, I see. Would the expand trick work here as well to determine which charges are associated with a particular fee?

twin hatch
#

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

vital crag
#

Noted. Thank you for your assistance!