| Data source | JSON output | Excel output |
|---|---|---|
| Raw FI data (in AA format) | Analytics JSON | Analytics Excel |
| PDF bank statements | PDF Analytics JSON | PDF Analytics Excel |
journey_id and the shape of
input_data. The JSON journeys return the analytics inline in the data object; the
Excel journeys return a pre-signed S3 URL to a generated report.
Sample Analytics Response
For sample analytics responses across the different variants, see the shared drive:Sample analytics responses
View sample analytics responses for each variant.
The analytics output is configurable. The fields and structure returned in
data can be
tailored to your product — contact support@moneyone.in to adjust them.Headers
| Header | Description |
|---|---|
Content-Type | application/json |
Authorization | Basic <base64(client_id:client_secret)> |
The
Authorization value (the Base64 encoding of client_id:client_secret), the
journey_id, and the exchange_application_id are all provisioned and shared with you
by Moneyone during onboarding.Journey IDs
Each variant is bound to its ownjourney_id, which is provided to you by Moneyone during
onboarding. The four variants — Analytics JSON, Analytics Excel, PDF Analytics JSON, and PDF
Analytics Excel — each have a distinct value. Use the journey_id that matches the variant
you are calling.
The
journey_id values differ per variant and per environment. Always use the ones shared
with you by Moneyone.Common response envelope
Every response returns the same top-level envelope. Only thedata object differs by
variant.
| Field | Description |
|---|---|
status | Overall status, e.g. SUCCESS. |
message | Human-readable status message. |
status_code | Machine-readable status code, e.g. success. |
transaction_id | Unique ID for this analytics transaction. |
journey_transaction_id | Fully-qualified journey transaction reference. |
journey_id | The journey that produced this response. |
data | Analytics payload. Inline insights for JSON variants; an S3 report URL for Excel variants. |
Need Help?
Contact support@moneyone.in for technical assistance or integration queries.
