Documents and Statements
Consumer API
>
API Reference
>
v0
>
Documents and Statements
Concepts
The Documents
object represents financial documents that a user has such as statements, notices, tax documents, and other documents.
This object includes information on the enrollment, disclosure acceptance, listing and downloading documents for a user.
Eligibility
Several API calls determine whether documents APIs are supported for a user:
- The
abilities.documents
property istrue
from the User-Specific Institution Abilities endpoint. - There exists at least 1 document type in the
documentTypes
array from the Institution Settings for Documents endpoint.
Additionally, users may be required to be enrolled in electronic statements before they can retrieve them digitally.
Determine Whether a User is Enrolled
The deliverySettings
object on the Institution Settings for Documents
endpoint indicates how to check enrollment for a user and account.
- If the
deliverySettings
object isnull
or does not exist, no enrollment is required. - If the
deliverySettings.enrollmentFlow
has the valueperAccount
, thesettings.deliveryMethod
from the Per-account Settings endpoint must have a value of eitherelectronic
orbothPaperAndElectronic
. - If the
deliverySettings.enrollmentFlow
has the valueallOrNone
, thesettings.deliveryMethod
from the All-accounts Settings endpoint must have a value of eitherelectronic
orbothPaperAndElectronic
.
Details
See the API Reference.
Have a Question?
Have a how-to question? Seeing a weird error? Get help on
StackOverflow.
Register for the Digital Toolkit Meetup
where we answer technical Q&A from the audience.
Last updated Tue Dec 6 2022