#lhrsupun-accountlink
1 messages · Page 1 of 1 (latest)
Hi! So you create an account link with the API in test mode, and the verification code doesn't work?
Are you sure you used the correct code?
yes
I used correct code
const accountLink = await stripe.accountLinks.create({
account: franchisee.stripeAccountId,
refresh_url: franchisee.refreshUrl,
return_url: franchisee.returnUrl,
collect: 'eventually_due',
type: 'account_onboarding',
});
I'd suggest contacting out support team https://support.stripe.com/?contact=true if it's about logging into a production account