#Laxislad-connect-verification

1 messages · Page 1 of 1 (latest)

heavy moat
fading tartan
#

hi

#

how can I verify test person document through API

heavy moat
#

Hello! Are you having specific issues or running into errors?

fading tartan
#

actually no..

#

I can just visit my dashboard and verify the person related to the connect account manually using test data

#

I want to do this through API

#

I couldn't find a way to it

#

this didn't work

heavy moat
#

What happened when you made the request - did you get an error?

fading tartan
#

yes. 400 error.

#

now I'm not getting any errors. just pending

heavy moat
#

So you're not getting any error? Do you have a request ID I can take a look at?

fading tartan
#

wait a second.. I got a response

#

whoa. success!!

#

but it didn't work before.

#

now testing account is verified!!

#

thanks btw. I was so worried. I basically want to transfer funds from connect account to platform account. can I use charges API for that?

heavy moat
#

Usually transfers are made from the platform account -> connect account, and you'd use the transfers API for that. If you want to transfer funds from the connect account -> platform account you'd do so with an account debit (https://stripe.com/docs/connect/account-debits) which uses the charges API

With Connect, your platform can directly debit the Stripe balance of an Express or Custom account.

fading tartan
#

may I ask you the reason? can't I use charges API?

#

I want to transfer funds from connect-> platform account

heavy moat
#

Did you read through the Account debits link I sent? If you specifically want to transfer from the connect account to the platform you would use the charges api, but there are some limitations (country-specific, only for express/custom accounts) so you'll want to read through what I sent over

fading tartan
#

yes. those are fine. app is design only for US

heavy moat
#

then you should be fine to do account debits

fading tartan
#

ah yes. thanks for the support.