#Bart

1 messages · Page 1 of 1 (latest)

ruby estuaryBOT
haughty moth
#

The code i have does not work

#

Returns when connect account does exist

cold nymph
#

acct_xxx is the Stripe Account Id, not Customer Id

#

Customer Id would be in the format of cus_xxx

haughty moth
#

looks like i had the wrong API

#

how can i pull a list of transaction done by a connected account?

cold nymph
haughty moth
#

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

cold nymph
#

I know, you call the List Charge API

#

not List Account API

haughty moth
#

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

cold nymph
#

You call the List Charge API, but with the Stripe Account header, whereby you specify the Connected Account Id

haughty moth
#

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

thin jewel
#

Hi @haughty moth I'm taking over

haughty moth
#

is not mentioned anywhere in docs

thin jewel
#

Let me know if you have a follow-up question

haughty moth
#

Just a request, can devs please go through the docs and update the docs with all information and elements and paramaters

thin jewel
#

Is this about the Stripe-Account header?