#vaibhavi-connect

1 messages · Page 1 of 1 (latest)

tough orbit
#

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

feral gulch
#

sure

#

acct_1K8ndcPcZy2aMJhf

#

this is connect account id

#

which fields are remaining for this account, to activate transfers and payout?

low holly
#

@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

feral gulch
#

Customer needs to accept payment manually? Or it will automatically transfer in bank?

low holly
#

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.

feral gulch
#

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?

low holly
#

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.

feral gulch
#

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?

low holly
#

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)

feral gulch
#

Okay

low holly
feral gulch
#

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?

low holly
#

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

feral gulch
#

Okay, but it is the original requirement of work

#

And I hope stripe team will help me, if I will find any difficulty

feral gulch
#

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

low holly
#

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.

feral gulch
#

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?

low holly
#

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

feral gulch
#

Sorry, But I don't understand your point.

low holly
#

no worries. What part is unclear?

feral gulch
#

Is it possible to verify express account without creating account url?

#

What do you mean by you onboard it?

low holly
feral gulch
#

Thank you, it works for me. I have successfully created express account and account link and make transfer successfully. 😊