how to i direct my vendor to this stripe payout page after I onboard them use the account API?
we are a marketplace with many vendor. i wanted to create a button on the vendor(connected account) page and when they click on the button on our dashboard. it goes to the vendor stripe page but I just cant get the connect account URL for the vendor.
return stripe.accountLinks.create({
type: "account_onboarding",
account: accountID,
refresh_url: `${origin}/`,
return_url: `${origin}/`,
});
example link: https://connect.stripe.com/express/m7ucEu2cZPbD