#Sharvari96
1 messages · Page 1 of 1 (latest)
in your dashboard https://dashboard.stripe.com/settings/payouts
when I visit this page - I get redirected to https://dashboard.stripe.com/settings I dont see a payout option over there
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is there an API to do that?
then probably you are not the admin of the account
I am a developer
no, you can use the API to change settings for your Custom connect acconuts, for your own account, you use the dashboard
ook
yep, so you need the admin of the account to make changes like that
Ok thanks.
I am trying to prefil information during onboarding for express account -
what are the keys required to fill
- legal name
- ifsc code
Also - is there a way to bypass the url with Stripe UI - can we skip the step - stripe.AccountLink.create(
account=account_id,
refresh_url="https://example.com/refresh",
return_url="https://example.com/return",
type="account_onboarding",
)
- I don't know what an ifsc code is
Also - is there a way to bypass the url with Stripe UI - can we skip the step
if using Express. no, you can not bypass that.
IFSC code in India is probably similar to routing number - The Indian Financial System Code is an 11-digit alpha-numeric code that is unique for bank branches that offer online money transfer options
but I am not sure if Stripe has a different keyword to it
I tried looking at the API's calls in the onboarding link - but the payload info is not visible
if using Express. no, you can not bypass that -
can we do it usign API's without the UI is what I meant to ask
if using Express you can't provide the bank account information as far as I know, the user does that themselves in the onboarding
you can use Custom instead of Express and whitelabel the onboarding if you have a large/experienced dev team ready to implement all the required verification information collection
Accha ok
can you show the steps involved in it at a high level?