Allows the verification or rejection of a linked account run by specifying the account ID. This operation updates the status of a linked account to either VERIFIED or REJECTED.
Success - No Content
Invalid Request
Error
{- "state": "VERIFIED"
}
{- "message": "string",
- "validation": {
- "invalid": true,
- "fields": [
- {
- "name": "string",
- "errors": [
- {
- "type": "REQUIRED",
- "params": [
- "string"
]
}
]
}
]
}
}
This tool is used to simulate internal verification for linked accounts by Account ID.
Success - No Content
Invalid Request
Conflict
Error
{- "steps": [
- "INTERNAL_CHECKS"
], - "result": "COMPLETED"
}
{- "message": "string",
- "validation": {
- "invalid": true,
- "fields": [
- {
- "name": "string",
- "errors": [
- {
- "type": "REQUIRED",
- "params": [
- "string"
]
}
]
}
]
}
}