Retrieve complete financial information in JSON format for accounts associated with an approved consent.
DATA_READY before calling this API.application/json to indicate that the request body contains JSON data and that the response will be in JSON format.true, limits the number of records returned in the response. This is useful for handling large datasets.true, offsets the starting point of records. Use this in combination with limit for pagination.?limit=true&offset=true
2023-01-01T00:00:00Z). When provided, only transactions on or after this date will be included in the response.2023-01-31T23:59:59Z). When provided, only transactions on or before this date will be included in the response."success" when data is successfully retrieved, or "failure" if there was an error.400 Bad Request
| Error Code | Error Message | Description | HTTP Status |
|---|---|---|---|
InvalidRequest | transactionsStartDate must be a valid ISO date | The start date is not in valid ISO 8601 format | 400 |
InvalidRequest | consentID must be a string | The consentID parameter is null or not a string | 400 |
InvalidRequest | transactionsEndDate must be a valid ISO date | The end date is not in valid ISO 8601 format | 400 |
InvalidRequest | consentID value can have only A to Z, a to z, 0 to 9, _ , - and . characters | The consentID contains invalid characters | 400 |
InvalidPayload | Either consentId or accountID should be passed and both consentID and accountID should not be passed in payload | Missing or conflicting parameters | 400 |
InvalidConsentId | Consent ID does not exist. | The provided consent ID is not found in the system | 400 |
InvalidRequest | Consent ID is Revoked with consent type as VIEW. | Cannot retrieve data for a revoked VIEW-type consent | 400 |
NoDataAvailable | Data is not available for the given consent | No financial data has been fetched for this consent yet | 400 |
DataIsDeleted | Data is deleted for this consent | The data has expired and been deleted per data retention policy | 400 |
NoDataFound | Data is not available | No linked accounts or data found for this consent | 400 |
InternalError | Internal Server Error : accountFIDataList | Unexpected server error during data retrieval | 500 |
X-RateLimit-Limit: Maximum number of requests allowedX-RateLimit-Remaining: Number of requests remaining in current windowX-RateLimit-Reset: Unix timestamp when the rate limit resets429 Too Many Requests response.
eventStatus is DATA_READY.
consentID to retrieve all financial information associated with the consent.
transactionsStartDate and transactionsEndDate parameters.
NoDataAvailable error.
transactionsStartDate and transactionsEndDate parameters to reduce payload size and improve performance.
NoDataAvailable: Indicates you need to wait longer or initiate an FI requestDataIsDeleted: Indicates data has expired and you need to fetch fresh dataInvalidConsentId: Indicates the consent may be invalid, expired, or revokedlimit and offset query parameters to implement pagination and avoid timeout issues.
Your unique client identifier provided by MoneyOne during FIU onboarding
Your confidential client secret provided by MoneyOne
Your organization's unique identifier in the FinPro system
Application-specific identifier for tracking API calls
When set to true, limits the number of records returned in the response. This is useful for handling large datasets.
When set to true, offsets the starting point of records. Use this in combination with limit for pagination.
The unique consent identifier (UUID) for which you want to retrieve financial information. This must be an ACTIVE consent that has already been approved by the customer and for which data has been fetched.
Optional ISO 8601 date-time filter to retrieve transactions starting from this date. Use this to limit the transaction history to a specific time range. Must be within the consent's approved data range.
Optional ISO 8601 date-time filter to retrieve transactions up to this date. Use in combination with transactionsStartDate to define a specific date range. Must be within the consent's approved data range.
Financial data retrieved successfully