Download Verification Document
Account Onboarding
Download Verification Document
Returns the document file itself. Files are proxied through Rolla, so you never call the identity provider directly. An imageId is only readable through the account it belongs to.
GET
Download Verification Document
Returns the document file itself. Take
For a beneficial owner or director, use the related-person path:
Document not on this account (
imageId from Get Verification Documents.
The response is the raw file, not JSON. Files are proxied through Rolla, so you never talk to the identity provider directly.
Example Request
Response
The file, withContent-Type and Content-Disposition set from its actual format.
An
imageId is only readable through the account it belongs to. Requesting one that belongs to a different customer returns 404, whether or not the id is valid.Error Responses
Document not on this account (404)
Authorizations
Your Rolla API key
Path Parameters
Identifier of an account owned by the same user as your API key's business
Identifier of the document, taken from documents[].imageId
Response
The document file. Content-Type reflects the uploaded format — read it rather than assuming JPEG.
The response is of type file.