#vaibhavi-connect
1 messages · Page 1 of 1 (latest)
Hi @feral gulch! Could you share the account ID (acct_xxx) that has this issue?
FYI, using Connect Custom accounts requires a lot of development work. If you just need to send money to a customer's bank account, you may want to use Connect Express accounts instead
https://stripe.com/docs/connect/collect-then-transfer-guide
sure
acct_1K8ndcPcZy2aMJhf
this is connect account id
which fields are remaining for this account, to activate transfers and payout?
@feral gulch you should really use Express.
if you want to know what fields are needed though, you would retrieve the Account object from the API, it lists them exactly
Customer needs to accept payment manually? Or it will automatically transfer in bank?
https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed has extensive documentation on it
not sure what that means, I'm sorry.
to be clear, I highly suggest you stop for now and look at the guide @tough orbit linked. You do not want to use Custom accounts unless you have a large development team experienced with Stripe already.
When I will use transfer API for transferring money in customer's account, then that amount will directly send in customer's bank account or need to do some further steps also?
it depends, since it can work either way(automatically getting paid out from the Stripe account to the bank account, or you can manually trigger it with an API call instead), you can build it either way. The default is automatic.
okay
wait I am sharing an account id which I have just created using custom type, just need your verification that it is correct or not?
acct_1K96ilRiwtawkfqB
and this is transfer id tr_1K96pVDRA1yMHnAewUbGiuBu.
Can you please let me know that this testing transfer has been done successfully?
one sec
again, why are you using Custom? Are you aware of how much work that will be?
you will need to listen to webhooks and recollect all that information you use with the AccountToken and resubmit it as requirements change, and you need to build your own dashboard to show the user their funds and when their payouts will be and so on.
but yes that transfer worked (you'd get an API error if it didn't work)
Okay
please don't use Custom, don't use manual transfers like this, and try to use the guide at https://stripe.com/docs/connect/collect-then-transfer-guide to use Express accounts with Destination charges
Yes, but I need to use manual transfer because I need to make transfer in customer's account in each 15 days or on the request by customer for early payment.
Is there any other way to pay multiple customers , with different amounts at a same time?
Is it possible in express account?
yes, you can do that with Express accounts, doesn't have to be Custom.
But manually creating Transfers like that (https://stripe.com/docs/connect/charges-transfers) is extremely complicated to implement and you have to carefully track your incoming payments and balance, so there is going to be a lot of work here, you are building one of the most difficult and complex things on Stripe unfortunately
Okay, but it is the original requirement of work
And I hope stripe team will help me, if I will find any difficulty
You cannot accept the Terms of Service on behalf of Standard and Express connected accounts.
I am getting this error while creating account as express
yep you need to omit tos_acceptance from the API call
you must not be following the guide we linked, since it doesn't include that.
okay
acct_1K97asRYRbwQxijO
This is account id which I have created as express. But in status it is showing restricted due to TOS. What should I do for this?
you onboard it
you also don't need to pass all that information you passed(like the bank account and name/address), that is collected by Stripe when you onboard the account through the hosted flow in the AccountLink
Sorry, But I don't understand your point.
no worries. What part is unclear?
Is it possible to verify express account without creating account url?
What do you mean by you onboard it?
no, it's not
I mean you redirect them to the account Link URL and the account holder enters their information there(and part of that will include accepting the terms of service)
Thank you, it works for me. I have successfully created express account and account link and make transfer successfully. 😊