#fazilhussain015
1 messages · Page 1 of 1 (latest)
Hello fazilhussain015, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• fazilhussain015, 23 hours ago, 22 messages
• fazilhussain015, 3 days ago, 7 messages
$response = $stripe->accounts->create([
'country' => 'US',
'type' => 'express',
'capabilities' => [
'card_payments' => ['requested' => true],
'transfers' => ['requested' => true],
],
'business_type' => 'individual',
'business_profile' => [
'url' => 'http://godontest.com',
'name' => 'John',
'industry' => "Software",
],
'individual' => [
'first_name' => 'John',
'last_name' => 'Doe',
'email' => 'johndoe@example.com',
'phone' => '+19294389703',
'id_number' => '123-45-6789',
'address' => [
'city' => 'New York',
'line1' => '123 Street',
'postal_code' => '10001',
'state' => 'NY',
],
'dob' => [
'day' => 1,
'month' => 1,
'year' => 1980,
],
],
'company' => [
'tax_id' => '123456789',
],
]);
how i can pass the industry and as already i have added the company tax id
okay thanks can i use dummy TIN number as i have already provded in the prefilled information but again its asking for the TIN Number
'company' => [
'tax_id' => '123456789',
],
'business_profile' => [
'url' => 'http://godontest.com',
"name" => "Stripe.com",
'mcc' => '5734',
],
im prefillin this information but its again showing in the form with this preffileed information can i skip this to do not show again in the form as i already provided this information in the create api
its asking for the Doing busines as optional
with filled data input
👋
Stepping in
So you are seeing the information prefilled but the page still show up? I do think that is expected for certain pieces of information in the onboarding flow.
can i hide this ?
as information is already provided and its optional also
No you can't hide that. We have already optimized to hide all screens that we can hide during the flow when it is prefilled
Yeah as far as I know it is required to show the user the set DBA here but I'm not positive as I don't know anything about the regulatory side. You'd be best off discussing this further with our Support team via https://support.stripe.com/contact/login if you want to understand more about why that screen isn't skipped when it is pre-filled.