#mhiggie - account links
1 messages · Page 1 of 1 (latest)
Hello, I am creating a marketplace and using stripe connected accounts to do so. I have the redirect to the onboarding working in my project. Users can hit a button to first create their stripe account then hit another button to begin their onboarding as an express connect account. But the challenge here is that I am struggling to use the dummy data provided in the docs to go through the onboarding forms that stripe provides
i've been referencing these docs ^
but when i enter the phone number 000-000-0000 i receive an invalid phone response
My api call to the accountLink api to generate link includes the stripeID of the user provided by when the user creates the stripe account in the previous step
should I be providing a different ID in the accountLink api call that is specifically for testing? My goal is to use the dummy data to simulate a user and see the onboarding process in its entirety.