#Bart
1 messages · Page 1 of 1 (latest)
acct_xxx is the Stripe Account Id, not Customer Id
Customer Id would be in the format of cus_xxx
looks like i had the wrong API
how can i pull a list of transaction done by a connected account?
You would want to call the same List Charge API, but with the Stripe Account header point to the connected account https://stripe.com/docs/connect/authentication
that dosen work i dont want to list all connected accunts
i want to list all transactions a connected account has made
like all the charges they made to their customers i want to be able to pull all of that
whats the input paramater for the connected account, i see the endpoint for pulling information for a connected account
but not listing the transaction data
You call the List Charge API, but with the Stripe Account header, whereby you specify the Connected Account Id
so i figured it out,
alot of the doc on stripe is either outdated or missing lots of key information, i already spoke with another dev who agreed, this needs to be fixed
it makes development 100x harder
stripe_account
Hi @haughty moth I'm taking over
is not mentioned anywhere in docs
Let me know if you have a follow-up question
Just a request, can devs please go through the docs and update the docs with all information and elements and paramaters
Is this about the Stripe-Account header?