#Laxislad-connect-verification
1 messages · Page 1 of 1 (latest)
Hello! Are you having specific issues or running into errors?
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
What happened when you made the request - did you get an error?
So you're not getting any error? Do you have a request ID I can take a look at?
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?
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
may I ask you the reason? can't I use charges API?
I want to transfer funds from connect-> platform account
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
yes. those are fine. app is design only for US
then you should be fine to do account debits
ah yes. thanks for the support.