#Dade Lu-connected-invoices

1 messages ยท Page 1 of 1 (latest)

light yew
#

Hi ๐Ÿ‘‹ can you elaborate?

#

Pasting additional context in this thread:

Hi, we have under our main account a number of connected express accounts. And we use fees for them. Is it possible to see only this invoices ?

#

@last parcel sorry, but I'm still not clear what invoices you're referring to. You can use the Stripe-Account header to make API calls as though they were coming from the connected account. Is this what you're looking for?
https://stripe.com/docs/api/connected_accounts

last parcel
#

we create subscription & invoices directly for the connected accounts; and we will charge this connected accounts a percentage fee

#

is it possible to see a invoice with only the fees from the connected account to the main account?

elfin gorge
#

hey there, just stepping in for @light yew here

last parcel
#

our idea is to create an 'document' (just for documentation purposes) for each connected account where to list all the feeds for one month for example. Wondering if this is not already possible without looping all the fees

elfin gorge
#

OK you're asking about a couple of different things here

#

You can list invoices on a connected account, yes

#

You would do this with the List Invoices endpoint and sending the account of interest in the stripe-account header, the same way you do to create those invoices

#

But you want to look at fees associated with those invoices?

last parcel
#

yes, fees that are generated by these invoices

#

listed separately

elfin gorge
#

What do you mean by listed separately, exactly?

#

If you mean to list invoices from some account and filter to only those with application fee amounts for your platform, that is not possible

last parcel
#

i was looking for a way for /v1/application_fees/(connected_account_ID) without filtering

#

so het all the fees for the pair account-connected_account

#

but i guess there is no way without BE filtering

elfin gorge
#

Hmm thats possible, let me see

#

Ok so you cannot filter the list request per account on that endpoint, you'd need to do that yourself.

last parcel
#

got it
thank you