#dalbeer
1 messages · Page 1 of 1 (latest)
express account
for the ecommerce website after that i will do working on the payouts
you need to create an account link, and it's up for the connected account to supply their bank accounts in the onboarding
how can i create that account link with which function?
what is this {{CONNECTED_ACCOUNT_ID}}?
when you create a Connected Account, you need to pass its ID to create an account link for that particular Connected Account
i get Connected Account ID from the below fn?
stripe.Account.create(
type="custom",
country="US",
email="jenny.rosen@example.com",
capabilities={
"card_payments": {"requested": True},
"transfers": {"requested": True},
},
)
yes
after that i got that link then and i will redirect automatically to stripe bank account
?
you will redirect the account to the onboarding process
you can read the rest of the doc that I sent you earlier
it explains the whole process
ok thanks