Skip to main content
GET
Get Owner Verification Documents
Returns the identity document a beneficial owner or director submitted during Rolla’s hosted liveness check, along with the details read off that document. Identical in shape to Get Verification Documents, but scoped to one person on a business account. A business has no identity check of its own — its owners and directors do.

Example Request

Example Response

Response Fields

identity reflects what the provider could extract. documentNumber, issuedDate and validUntil are frequently null even on a passed check — treat every field as optional.
Selfies and liveness frames are not returned; only identity documents are.
Get the personId values from List Related Persons. Each owner verifies separately, so expect a mix of completed and pending checks across a single business.

Error Responses

Person not on this account (404)

Verification not started (404)

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

personId
string<uuid>
required

Identifier of a beneficial owner or director on this account

Response

Verification documents retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Verification documents retrieved successfully"

data
object