Yodlee APIs – New Features/Enhancements
Get User Data API Enhancement
The get user data API has been enhanced to return the total count of transactions for a given date range. This information will only be available in the response of the first get user data API call made for the user.
Impacted API URL:
GET /dataExtracts/userData
The following attribute has been introduced in the API response:
Attribute | Description |
---|---|
totalTransactionsCount | The total count of transactions available for a given date range. |
Transaction Data Enrichment – New Features/Enhancements
Batch Data Feed Response Enhancement
The batch data feed response has been enhanced to include the following four additional enriched attributes:
Attribute | Description |
---|---|
merchantLogoURL | The URL of the merchant’s logo is associated with the transaction. |
merchantType | Provides further information about a transaction, i.e., if the transaction is carried out at a merchant, biller, subscriber, or other. |
isPhysical | Indicates if the transaction is an online or a physical transaction. |
intermediary | Provides further information about the secondary merchant, i.e., if the merchant acts as a transaction facilitator. |
Account Verification – New Features/Enhancements
Get Verification Status API Enhancement for CDV
The get verification status API has been enhanced to return the number of attempts remaining to complete the CDV process. This enhancement will allow the customer to handle the CDV flow better and improve the developer experience.
Impacted API URL:
GET /verification
The following attribute has been introduced in the API response:
Attribute | Description |
---|---|
remainingAttempts | Indicates the number of attempts left to complete the CDV process. |