#ap-connect-requirements

1 messages · Page 1 of 1 (latest)

teal crescentBOT
vestal crater
#

@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

glass island
#

@vestal crater is the account message is referring to my portal/platform account or the account being charged?

vestal crater
#

the connected account

glass island
#

@vestal crater well that's the problem I cannot find that account when I do lookup with cus_..... id it doesnt find anything

vestal crater
#

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

glass island
#

@vestal crater ok can the main platform account lookup connected account

vestal crater
#

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

glass island
#

@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

vestal crater
#

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

glass island
#

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

vestal crater
#

😅

#

Are you the developer? Do you own the integration?

glass island
#

I am the platform developer. Client is wondering what is that reason past_due

#

@vestal crater

vestal crater
glass island
#

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.

vestal crater
#

yes it works similar for all 3 account types

glass island
#

"past_due": [
"individual.id_number"

#

what would that be btw?

#

@vestal crater

vestal crater
#

Please take some time to read the doc I linked