#braydensterrett
1 messages · Page 1 of 1 (latest)
Yes, correct
We need phone numbers for other parts of our marketplace process and we were hoping we could just use the data entered here.
AFAIK that process always collects phone number
But we can't seem to require phone numbers to be collected. They look like they're only being used as a way to generate an OTP for the person creating the account
They're not making it onto our connect accounts after they've made it through the process. Here's an example: https://dashboard.stripe.com/test/connect/accounts/acct_1Nxtz4RdeVupRaPD/activity
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hm if support phone isn't one of the required verification items, then there's not a way to force it in the onboarding flow. You can have some field on your website to collect it then and then update the account object with it: https://stripe.com/docs/api/accounts/object#account_object-business_profile-support_phone
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah sounds like this might be the route that we have to go. Thanks!