Skip to main content
Once the journey is successful, retrieve the data using the same transactionId. You can fetch the raw FI data (with a dataSource of AA or PDF) or the analytics computed from it.
Fetch the raw financial-institution data. In the AA + PDF flow, each item carries a dataSource of either AA or PDF, depending on which path delivered it. The overall response shape is otherwise consistent across both sources.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

This endpoint also accepts an optional x-request-id header for request tracing.

Request body

Response items

A single response may contain a mix of AA and PDF items. The tabs below show one of each.
A PDF-sourced item has dataSource (and type) of PDF.

Full response envelope

Response fields

AA items follow the same structure shown above for AA-sourced data. A PDF item may additionally include fields such as dataFetchTimeStamp and per-transaction valueDate. Branch on dataSource if you need source-specific handling — otherwise the common fields can be read uniformly.

Error Codes