#vaibhavi-account
1 messages · Page 1 of 1 (latest)
sure
$accountLinks = $stripe->accountLinks->create([
'account' => $stripeAccountId,
'refresh_url' => $refreshurl,
'return_url' => $returnUrl,
'type' => 'account_onboarding',
]);
this is code
This is one of the link
Thanks, can you also give me your account ID? you can find it on the dashboard -> settings -> account details
yes
According to the doc( https://stripe.com/docs/api/account_links/create#create_account_link-refresh_url) it should attempt to generate a new account link and then redirect the user to the new account link's URL.