#kemoalkoul
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
nice !
Can i prevent connethe cted account to access the dashboard?
what type of accounts?
express
they will still have access to the dashboard unless you reject them https://stripe.com/docs/api/account/reject
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
note that Accounts created using live-mode keys may only be rejected once all balances are zero.
can i delete account have a balance?
no, not untill their balance is zero
so, if a express connected account don't make any service or money, most pay fixed monthly fees for it?
I'm not sure about fees/pricing, but I think there are no monthly fees, but it's better to ask https://support.stripe.com/?contact=true they are better equipped to answer this type of questions
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok
can i know how to show connect account trancation and the balance throw the api ?
for the balance you can use https://stripe.com/docs/api/balance/balance_retrieve but you need to pass in the Stripe-Account header
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.