#lauren_02189

1 messages · Page 1 of 1 (latest)

polar sorrelBOT
odd wave
#

Hi 👋 I don't believe so. The onboarding flow is also where the entity being onboarded accepts the terms and conditions of the service agreement.

If you create an account, prefilling as much of it as you can, do you still see outstanding requirements around tos_acceptance?

nimble anvil
#

If you create an account, prefilling as much of it as you can, do you still see outstanding requirements around tos_acceptance?

Yes, I think I won't be able to fill it on my side.

#

But is it possible not to send return_url and refresh_url for the account fill link?

stripe.accountLinks.create({
account: accountId,
refresh_url: '',
return_url: '',
type: 'account_onboarding'
});