#birdy247-connect
1 messages · Page 1 of 1 (latest)
hi! let's chat here
:
We are looking for 2 things:
1/ Reconcile the collected_fees into a payout
2/ Adding additional information to the collected_fee
Why.. because some of our colected fee's include tax, others are exempt, so we need a way to account for this
for 1/ look into https://stripe.com/docs/expand/use-cases#charges-in-payout . The Charge object links to the fee taken on the payment(https://stripe.com/docs/api/charges/object#charge_object-application_fee)
for 2/, what sort of information? but really nothing like that is supported in the Stripe API, the fee is just a number.
what is the "custom_fee id"?
that's the application_fee field on the Charge object yes
you can access it whenever the Charge is created, details depends on how exactly you integrate but it's completely possible
So what Im thinking
Basicalyl, whena payout is mad,e we need to know how much of that amount we have to submit on our tax returns
So we will track internally against a stripe charge if we include tax or not
The question then comes.. when we retrieve a payout, can we get a list of charge_id's
I think yes
yep, and I linked above how that's done.https://stripe.com/docs/expand/use-cases#charges-in-payout
Ok, and this will work if we are the platform and all charges are made on our connected accounts?
?
Hi 👋 jumping in as my teammate needed to step away. Yes, the only limitation with that approach is that you have to be on automatic payouts.