#funk101-testing
1 messages · Page 1 of 1 (latest)
are you deleting all test data on your platform account, then attempting to login to a connected account?
I have a main account for my company which has buyers and sellers. The sellers need to "onboard" in order to get paid through Stripe. So the seller is a "connected" account. And I delete all that data and my dashboard shows clean, make sense?
I'm using Express
?
you still here?
hmmm, i don't know the answer off the top of my head if we delete the connected accounts if you delete test data.
If you write in to Stripe Support, we can probably follow up and check on this for you.
is there a way to delete accounts in Live mode?
dude, that's test data not live right?
it mentions in the description for this request that Accounts created using test-mode keys can be deleted at any time. Standard accounts created using live-mode keys cannot be deleted. Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero.
it has to be done via API? not in dashboard?
there's no way to delete Express accounts via the Dashboard unfortunately
so only API, I have a bunch of "rejected" accounts, I can delte them through api
yep
another question, if somebodies connected account shows "information needed soon", how long will that flag? I don't see an expiration in theJSON response
"requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [
"individual.dob.day",
"individual.dob.month",
"individual.dob.year",
"individual.ssn_last_4"
],
"past_due": [],
eventually_due: Information in this array isn’t needed immediately, but it will be when certain thresholds are hit. All required information starts in this array.
That's why it doesn't have a due date