Skip to main content

Statements Overview

With Statements, you can retrieve a user's monthly account statements in PDF format. This data can be used for solutions like personal financial management or risk analysis.

Statement Fields

Field NameData TypeDefinition
account_guidStringThe unique identifier for the account associated with the statement. Defined by MX.
created_atStringThe date and time the statement was created.
content_hashStringAn SHA-256 hash value of the statement's byte payload.
guidStringThe unique identifier for the statement. Defined by MX.
member_guidStringA unique identifier for the member to which the statement belongs. Defined by MX.
updated_atStringThe date and time at which the statement was last updated.
uriStringA URI for accessing the byte payload of the statement.
user_guidStringThe unique identifier for the user associated with the statement. Defined by MX.
On this page