#Satyra1-connect-account-types
1 messages · Page 1 of 1 (latest)
What's the issue you're having?
here is req id req_rnN1PmnF1G7Hvk
here is information that i am seeing in dashboard
Provide more information in order to enable payouts for this account.
Information needed - Due Now
Bank account verification
Test data accounts are verified only once. Use different
test data helpers
to control the outcome of this verification.```
im trying to create account in test mode
what am i getting wrong
You need to supply test identity information for the account using the details here: https://stripe.com/docs/connect/testing#identity-and-address-verification
The reason the fields are pending is that you did not use the test values
in particular you must use address_full_match for line1
And the appropriate date of birth (i can't see what you used in your request)
when i change line 1 i am getting Bank account verification Owner's address
@sonic blade
HI 👋 I'm jumping in as my teammate needs to step away soon.
ok
Just to confirm, what you're looking for clarification on, is why those fields are coming up as required when you create a test Connected Account? If so, can you share the ID of the request that you made which changed the output to include Owner's address?
Additionally, looking at the limited part of the bank account number that we can see, I'm getting the impression that you may not be using one of our test bank account numbers which is what is prompting the bank account verification. I believe I mentioned this the last time we spoke, did you try using the test bank account numbers we talked about then?
toby can help you out, but since you're using custom accounts you need to carefully review documentation about providing all required verification information: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
You can either supply this via the API (complex) or using Connect Onboarding (easier, hosted and pre-built)
ok but i need users to do this i dont know if there is a way to do this in my mobile app
Sorry, can we take a step back and recenter on what your concern is? I was under the impression that it was due to the results you saw when using our Connect test data, but your most recent message makes me feel like I may be missing the point of you reaching out.
or how can i create account witch is not custom but can withdrawal money and get money from different users
thats my only requirements
Withdraw money from where? Who are you referring to when you say "different users"?
i have mobile app thats sometthing like uber eats one of users can make an orders and pay different one can make ofers and restaurants that can sell stuff
i need to get cash flows right
witch type of connected account is best match for this
but i am moving part of this money threw my accont
So who in your scenario needs to receive funds as part of these transactions? Just the restaurants, or are there also delivery drivers that are involved?
for now thats only way to charge restaurants for using app
Sorry, to clarify, what I am trying to determine is whether there are multiple parties that you will need to pay funds to as part of your flow. Is there anyone other than the restaurant that needs to receive funds as part of an order (other than your Platform account)?
no just restaurants and my connected accout
or different account but related to me i dont know the best way to do this
I was asking because these are the types of things that determine what type of accounts and charges you should use, and if the answers are going to be shifting then I'm not comfortable saying a particular approach is definitely a good fit. What I can do instead is point you to our docs that explain the different charge structures and account types that are available, but please note those two decisions go hand-in-hand (our charge types have recommendations for what type of accounts they should be used with)
https://stripe.com/docs/connect/accounts
https://stripe.com/docs/connect/charges
Custom accounts are the most tedious to work with, as they offer the greatest amount of flexibility but require more coding to take advantage of that. Express and Standard accounts are easier to work with, but have less robust capabilities.
For charge flows, Separate Charges and Transfers should be used if you will need to pay more than one person/party (other than your platform) as part of your funds flow. If you do not need to do that, then Destination Charges or Direct Charges are much easier to work with.
Direct Charges are a better fit when you want to give your customers the impression they are working directly with your vendors/third-parties, and Destination Charges are usually a better fit when you want your customers to have the impression that they are working with your Platform.
I strongly recommend you read through all of the charge options as your choice also impacts things like who pays the Stripe fees and who is responsible for refunds/disputes.
ok lets say that i want to use standard account where can i find info what should i provide for standard account when i create acooun in my app
From the doc provided that lists the type of accounts, you can click on Standard near the top which brings you to this page which walks through the process of creating/onboarding a Standard Connected Account:
https://stripe.com/docs/connect/standard-accounts
The idea is that your Platform makes a request to create the Account, and you then make another request to generated an Account Link for that Account. You then direct the owner of the account to the Account Link's url, and they are able to provide the necessary information directly to us via a hosted page.
Satyra1-connect-account-types