Skip to main content
Once the journey has succeeded, retrieve the data using the same transactionId. You can fetch the normalized raw FI data or the analytics computed from it.
Fetch the raw financial information extracted from the uploaded bank statements. Each item is normalized into a consistent shape with profile, summary, and transaction details. For the PDF flow, every item has dataSource and type set to PDF.You can obtain this data two ways: pull it on demand with POST /getallfidata, or have it pushed to your webhook as soon as it is ready. Both carry the same FI data records.

Endpoint

Base URL (UAT / Production): Contact support@moneyone.in.

Headers

Request body

Sample request

Response

Response fields

For the PDF flow, dataSource and type are always PDF. PDF items may additionally include dataFetchTimeStamp and per-transaction valueDate fields compared to AA-sourced data.

Error Codes