#birdy247-connect

1 messages · Page 1 of 1 (latest)

steep jacinth
#

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 2/, what sort of information? but really nothing like that is supported in the Stripe API, the fee is just a number.

graceful topaz
#

Right

#

Do we get the custom_fee id when we make a charge

steep jacinth
#

what is the "custom_fee id"?

graceful topaz
#

fee_1KlBDgFb697Vfd9yQm45UD8s

#

like this

steep jacinth
#

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

graceful topaz
#

So what Im thinking

graceful topaz
#

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

steep jacinth
graceful topaz
#

Ok, and this will work if we are the platform and all charges are made on our connected accounts?

#

?

quartz apex
#

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.

graceful topaz
#

Thats fine

#

We payout every month