#Puput Asiahman - connect

1 messages · Page 1 of 1 (latest)

naive sandal
#

Hi there!

#

It means the Stripe account is missing some information.

#

What's the account ID?

cursive crag
#

Hi thank you for replay, acct_1LPqtjH2tbUoWngX

I implement strip connect oauth, then redirect to login to strip or register then I click "You're currently in test mode. <Skip this form>" when success create account and connected in my dashboard stripe account status is restricted..

naive sandal
#

If you look in your platform account, you will see that some information is missing for this account:

cursive crag
#

Testing for Identity and address verification only for express and custom? how to with standard account? because my country not support with express account?

cursive crag
#

Hi, do I need to use express account?

hybrid fog
#

Testing for Identity and address verification only for express and custom?
yes the test values only work for those account types

#

for Standard accounts it doesn't matter, they will always be restricted in test mode I think but it doesn't matter because you can still use them

cursive crag
#

I want to develop payout or money transfer if my account status is restricted, I can't do anything.. please advice

#

so my apps, there are employee and freelancer, employee pay freelancer using stripe in my account, then freelancer can payout from stripe balance..

hybrid fog
#

I think for Standard it doesn't matter, it might say that on the Dashboard but in test mode the requests will still work

cursive crag
#

I try and get the response
{ "error": { "code": "balance_insufficient", "doc_url": "https://stripe.com/docs/error-codes/balance-insufficient", "message": "You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to https://dashboard.stripe.com/account/payouts.", "type": "invalid_request_error" } }

#

when I can transfer, if I look the money still in available soon

hybrid fog
#

you should use Destination Charges instead of manually creating Transfers

#

was there a specific reason you'e not using Destination charges?

#

well actually you shouldn't even be doing any of this with Standard accounts

#

really just use Express