v1

latestOpenAPI 3.0.1Yodlee Developer License2026-07-1370179438.8 KB
Statements

Get Statements

The statements service is used to get the list of statement related information. <br>By default, all the latest statements of active and to be closed accounts are retrieved for the user. <br>Certain sites do not have both a statement date and a due date. When a fromDate is passed as an input, all the statements that have the due date on or after the passed date are retrieved. <br>For sites that do not have the due date, statements that have the statement date on or after the passed date are retrieved. <br>The default value of "isLatest" is true. To retrieve historical statements isLatest needs to be set to false.<br>

get/statements

Query parameters

accountIdstring

accountId

containerstring

creditCard/loan/insurance

fromDatestring

from date for statement retrieval (YYYY-MM-DD)

isLateststring

isLatest (true/false)

statusstring

ACTIVE,TO_BE_CLOSED,CLOSED

Response

OK