#tyson

1 messages ยท Page 1 of 1 (latest)

jaunty pebbleBOT
craggy copper
#

HI ๐Ÿ‘‹ can you elaborate on what you're trying to accomplish?

vestal dagger
#

I am trying to store the connect account id in the data base so i can make stripe-account header calls

#

afterwords i.e. so i can do the percentage of transaction / application fee calls

craggy copper
#

So you're creating new Connected Accounts?

#

When you create a Connected Account, the response includes the ID of the newly created account:
https://stripe.com/docs/api/accounts/create
but please let me know if that isn't the approach you're using.

Finding the ID of a specific Connected Account after has been created can be tricky, because the function that lists accounts has minimal filter capabilities to help you narrow down the results:
https://stripe.com/docs/api/accounts/list

You may have better luck searching for those via the Stripe dashboard if you're trying to find the IDs for already created accounts.

vestal dagger
#

nice!

#

I am trying to create an onbaording linkn

#

but it needs the account id to do so

#

How can i give it that if the account hasn't been crated ?

craggy copper
#

You create the Account first

vestal dagger
#

i see ahaha

#

makes sence

#

standard connect accounts do not have a transaction fee correct ?

craggy copper