#prycellek1992 - update connect account
1 messages ยท Page 1 of 1 (latest)
it is connected express
You can try updating the account info directly via the API if you have it. Otherwise you can create a login link and have the account fill in the info from the Stripe Dashboard https://stripe.com/docs/api/account/create_login_link?lang=go
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you @zenith ridge
If you enable an account for that capability from the beginning, I think the required info will be part of the onboarding link as well https://stripe.com/docs/connect/express-accounts#create-account
oo good to know thank you!
@zenith ridge On connected account If I have monthly subscription of 100$ and I specify ApplicationFeePercent = 50 - It will transfer to my account as a one of payment or on every month till subscription is active?
If it is on the Subscription itself then that will be 50% of every monthly charge
I have adde it to session checkout of type subscription it will still apply every moth is that correct ?:)