added
Direct Deposit Allocation Monitoring
about 3 years ago by [email protected]
DDA Monitoring released in beta. To support this new feature we've made the following modifications to REST API endpoints and webhook events:
- Modified REST API endpoints:
- Changed Get Account and List Accounts
- New
data
fields,data_refreshed_at
anddata_updated_at
, indicating when direct deposit allocation data was last refreshed or updated.
- New
- Changed Create Link Token
- New optional
account_id
request parameter. required_jobs
is optional ifaccount_id
is provided.
- New optional
- Changed Get Direct Deposit Allocations
- New
data
field,updated_at
, indicating when the data last changed. - New
meta
field with sub-propertyrefreshed_at
indicating when the data was last checked for changes.
- New
- Changed Get Account and List Accounts
- New REST API endpoints:
- Added Disconnect Account
- Modified webhook events:
- Changed accounts.added
- New
connected
field in the payload indicating if DDA Monitoring will be run for an account.
- New
- Changed accounts.added
- New webhook events:
- Added account.disconnected
- Added account.reconnected
New Link client event login_attempt
added. The event fires when the user submits a login attempt for the first time. The following table lists the SDKs and minimum versions required to receive the change.
SDK | Minimum Version |
---|---|
React | 2.3.3 |
React Native | 2.3.2 |
iOS | 2.3.7 |
Android | 2.3.12 |
Flutter | 2.3.0 |