#Puput Asiahman - connect
1 messages · Page 1 of 1 (latest)
Hi there!
It means the Stripe account is missing some information.
What's the account ID?
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..
If you look in your platform account, you will see that some information is missing for this account:
And you could use these tests values to confirm your account: https://stripe.com/docs/connect/testing#identity-and-address-verification
Testing for Identity and address verification only for express and custom? how to with standard account? because my country not support with express account?
Hi, do I need to use express account?
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
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..
did you actually try to make a transfer and payout and it failed?
I think for Standard it doesn't matter, it might say that on the Dashboard but in test mode the requests will still work
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
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
https://stripe.com/docs/connect/collect-then-transfer-guide is a fully worked example of building a platform like this with freelancers etc, start there