Welcome to the Quiltt product updates for October 2024, showcasing our recent advancements toward lowering technical barriers for individuals and teams building in financial services. Explore what’s new and how we're improving Quiltt, one update at a time.
We now expose a normalized set of Account Owners data. This supersedes the now deprecated remote data on Connection with its own per owner data. The data is both cleaned and normalized across providers.
1query {
2 accounts {
3 owners {
4 id
5 addresses {
6 city
7 country
8 countryCode
9 line1
10 line2
11 line3
12 postalCode
13 region
14 regionCode
15 }
16 emails {
17 address
18 }
19 names {
20 first
21 suffix
22 prefix
23 middle
24 last
25 full
26 }
27 phones {
28 number
29 }
30 }
31 }
32}
33
On a per environment basis, we are able to skip the initial sync in favor of immediately doing the historical data sync. This does mean it will be slower for the first available data to be made available, but faster for all the data to be made available. This feature is in beta, contact support if you would like to try it out.
Introduce support for the Finicity as an aggregation provider. Docs with the test credentials can be found here.
Quiltt's Ntropy integration now supports uploading your own custom label hierarchies, allowing you to tailor the labels system to your unique use-case. See the Ntropy docs for more information. To enable custom labels for your integration, contact Quiltt support.
You can now have Connector redirects include the metadata from the onExitSuccess Connector callback. For example, if you configure your Connector to redirect to https://myapp.com, after your end-user completes the Connector session, they will be redirected to https://myapp.com/?connectorId=CONNECTOR_ID&profileId=p_12345&connectionId=conn_12345
You can enable this feature in a Connector's Exit Redirect settings. Redirect metadata can be used to: