v1

latestOpenAPI 3.0.1Yodlee Developer License2026-07-1370179438.8 KB
Verify Account

Verify Accounts Using Transactions

The verify account service is used to verify the account's ownership by matching the transaction details with the accounts aggregated for the user.<br><ul><li>If a match is identified, the service returns details of all the accounts along with the matched transaction's details.<li>If no transaction match is found, an empty response will be returned.<li>A maximum of 5 transactionCriteria can be passed in a request.<li>The baseType, date, and amount parameters should mandatorily be passed.<li>The optional dateVariance parameter cannot be more than 7 days. For example, +7, -4, or +/-2.<li>Pass the container or accountId parameters for better performance.<li>This service supports the localization feature and accepts locale as a header parameter.</li></ul>

post/verifyAccount/{providerAccountId}

Path parameters

providerAccountIdstring required

providerAccountId

Request body

container'bank' | 'creditCard' | 'investment' | 'insurance' | 'loan' | 'reward' | 'realEstate' | 'otherAssets' | 'otherLiabilities'
accountIdinteger

Response

OK