The Document Quick Info object represents summary information for a document that has been added to a Beneficiary, Customer Account, or Business Account.
id
string (UUID)
ID of the document.
documentType
string enum, values: driving-license, passport, formation, tax, ownership, other
Type of document. The following values are supported:
name
string
Name of the document. Example: Bob Smith Driver’s License
description
string
Description of the document.
status
string enum, values: NEW, UPLOADED
Document status. The following values are supported:
createdBy
object
Entity that created the document.
id
string (UUID)
ID of the entity. Will be blank if createdBy.type is internal.
type
string enum, values: employee, service-account, internal
Type of entity. The following values are supported:
createdAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the document was created in the RocketKOR system.
Document Quick Info Object
{
"id": "b175994b-fd5b-46d6-aba9-73638902f4a0",
"documentType": "driving-license",
"name": "John Doe Driving License",
"description": "driving license",
"status": "NEW",
"createdBy": {
"id": "c503092d-e6c4-4f7a-b893-46ebe56b18a8",
"type": "service-account"
},
"createdAt": "2023-05-03T23:11:59.656Z"
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.