added
Direct Deposit Allocation Monitoring
about 4 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
datafields,data_refreshed_atanddata_updated_at, indicating when direct deposit allocation data was last refreshed or updated.
- New
- Changed Create Link Token
- New optional
account_idrequest parameter. required_jobsis optional ifaccount_idis provided.
- New optional
- Changed Get Direct Deposit Allocations
- New
datafield,updated_at, indicating when the data last changed. - New
metafield with sub-propertyrefreshed_atindicating 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
connectedfield 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 |