Skip to main content
GET
Get Verification Documents
Returns the identity document your customer submitted during Rolla’s hosted liveness check, along with the details read off that document by the identity provider. Use it to review what was submitted without running a second identity check of your own. For a business account’s beneficial owners and directors, use Get Owner Verification Documents instead.

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 rather than relying on it being present.
Selfies and liveness frames are not returned; only identity documents are.

Error Responses

Verification not started (404)

Wrong account type (400)

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

Response

Verification documents retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Verification documents retrieved successfully"

data
object