Loading...
Loading...
A Statement in Quiltt represents a periodic financial report associated with an Account issued by the end-user's financial institution. Statements typically provide a summary of account activity, balances, and other important information for a specific time period.
For a more comprehensive guide to working with statements, including setup and best practices, see our Account Statements Tutorial.
Metadata
Profile GraphQL API Reference
Statement queries allow you to fetch data about a specific Statement or a list of Statements associated with the Profile or an Account.
statement
QueryLooks up a Statement by its ID:
statements
QueryThis query uses cursor-based pagination, based on the Relay Connection Specification. See our Pagination guide for examples and best practices.
Lists and filters the Statements associated with the Profile:
You can filter statements using various criteria:
Useful for bookkeeping or verifying transactions on a particular day:
The url
field in the Statement object provides a link to download the statement PDF. This URL has a 1-hour expiration, so make sure to use it promptly after retrieval.
Note that the availability of statement PDFs may vary depending on the financial institution and the connection provider. In Sandbox environments, some providers may use fake PDFs or Quiltt may create a "Mock" statement preview.
Webhooks are the best way to be notified when new statements are available. To set up webhooks:
statement.ready
event to be notified when a Statement is available with period metadata.If you have any questions or need further assistance with Account Statements on the Quiltt Platform, please contact our support team.