#lhrsupun-accountlink

1 messages · Page 1 of 1 (latest)

shell sigil
#

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?

fossil needle
#

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

scarlet gust