#dalbeer

1 messages · Page 1 of 1 (latest)

ripe roseBOT
carmine kettle
#

👋 happy to help

#

what type of Connect Accounts are you creating?

signal sage
#

express account

#

for the ecommerce website after that i will do working on the payouts

carmine kettle
#

you need to create an account link, and it's up for the connected account to supply their bank accounts in the onboarding

signal sage
#

how can i create that account link with which function?

carmine kettle
signal sage
#

what is this {{CONNECTED_ACCOUNT_ID}}?

carmine kettle
#

when you create a Connected Account, you need to pass its ID to create an account link for that particular Connected Account

signal sage
#

its a user id ?

#

how can i do this Connected Account,

carmine kettle
#

acct_xxx

signal sage
#

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},
},
)

carmine kettle
#

yes

signal sage
#

after that i got that link then and i will redirect automatically to stripe bank account

#

?

carmine kettle
#

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

signal sage
#

ok thanks