Loading...
Loading...
Welcome to the Quiltt API tutorial for the new Account Statements product. This guide will walk you through setting up, using, and understanding the Account Statements functionality. Follow the steps below to get started.
Note that some providers will bring their own sandbox experience with fake PDFs that you can use. If a provider doesn't have a native development preview, Quiltt will create a a "Mock" statement preview. In Sandbox, you can always use the Mock provider to make sure you receive a Statement.
To help you develop your GraphQL Queries you can use the GraphQL Explorer, available from the Profiles page in the Dashboard.
The below GraphQL query fetches the id
and url
fields, along with the account associated with each statement. You can also fetch the startOn
and endOn
dates for each statement.
This query will return all accounts with the most recently available statement.
Different banks may have different statement start and end dates. To account for this, you can query specific date ranges if necessary (e.g., from 6/01 to 6/30).
The below query lets you return statements covering a specific date range.
The below query queries for a statement on
May 15th. This is useful for bookkeeping/accounting use-cases, if you need to verify a particular transaction on a given day.
Webhooks are the best way to be notified when new statements are available. Follow the steps below to set them up:
statement.ready
event to be notified when a Statement has been obtained and enriched date period metadata.You have now successfully set up and used the Account Statements product in Quiltt. If you have any questions or need further assistance, please contact our support team.