#tyson
1 messages ยท Page 1 of 1 (latest)
HI ๐ can you elaborate on what you're trying to accomplish?
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
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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 ?
You create the Account first
i see ahaha
makes sence
standard connect accounts do not have a transaction fee correct ?
I'm not entirely certain, fees are outside of our area of focus.
Based on this page it seems that way, but I would suggest confirming with our Support team as their better suited to provide a definitive answer on that topic:
https://stripe.com/en-gb-us/connect/pricing
https://support.stripe.com/?contact=true