#ap-connect-requirements
1 messages · Page 1 of 1 (latest)
@glass island we can't really help with account specific questions here so I can't look at the account. But really if you retrieve the account via the API using https://stripe.com/docs/api/accounts/retrieve it will return all the information you need to understand what's happening
ap-connect-requirements
@vestal crater is the account message is referring to my portal/platform account or the account being charged?
the connected account
@vestal crater well that's the problem I cannot find that account when I do lookup with cus_..... id it doesnt find anything
a cus_123 is a Customer. That's the person paying for the service.
This is different from a connected account with the id acct_123 who represents the entity receiving the funds
@vestal crater ok can the main platform account lookup connected account
yes, it's an account connected to your platform, you control it, so you can look it up via the API or in the Dashboard
@vestal crater I just sent request with active secret key to look it up but it said API Key expired, can this attribute or property be looked up on dashboard, I was using curl
I mean the API key expired means you're using the wrong key. But yes if you aren't a developer yourself, the easiest is to look at the account in your Dashboard, it will have all the information you need
ok nevermind I used wrong key, now I see the reason it says this
"disabled_reason": "requirements.past_due",
@vestal crater what does that mean
I am the platform developer. Client is wondering what is that reason past_due
@vestal crater
https://stripe.com/docs/connect/required-verification-information
Requirements are a core part of a Connect integration
ok thank you I will let them know
@vestal crater
@vestal crater sorry one more question, does this include stripe express/standard accounts as well or just custom. I think this client uses express. Thank you.
yes it works similar for all 3 account types
Please take some time to read the doc I linked