#Alejo-Connect
1 messages · Page 1 of 1 (latest)
Hi there, you can view the upcoming requirements of the connected account by looking at the future_requirements array https://stripe.com/docs/api/accounts/object#account_object-future_requirements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The future requirements tell you about when and what information needs to be collected.
hi Jack thanks, i see it within the "eventually_due" array
i would like to know under which conditions the required field would move from an "eventually" requirement to a currente_due / past_due
the eventually required field is "verification.document"
i have this response if it helps:
"requirements": {
"alternatives": [
],
"currently_due": [
],
"errors": [
],
"eventually_due": [
"verification.document"
],
"past_due": [
],
"pending_verification": [
]
},
"verification": {
"additional_document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"details": "Provided identity information could not be verified",
"details_code": "failed_keyed_identity",
"document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"status": "unverified"
}
}
Actually it's the other way around, when the requirements from future_requirements is effective, these requirements will move to requirements hash.
OK, you are viewing the requirements instead of future_requirements
yes, my bad
but in this state, i understand i have the transfers capability enabled
i would like to know if the account will move to a restricted state because of stripe asking for further verification
and when is going to happen
The response is not complete. can you send me the account ID so I can check?
Your account won't be in restricted state if you haven't fufill the future requirements.
You should monitor the currently_due and current_deadline of the requirements hash, and make sure the required information is collected before the deadline.
sure! it's acct_1Ks8nUGbjo8aKmuu
Thanks. So your identify information is not verified. I'd suggest you to complete this verification first.