data object.
Headers
| Header | Description |
|---|---|
Content-Type | application/json |
Authorization | Basic <base64(client_id:client_secret)> |
The
Authorization value, journey_id, and exchange_application_id are provided by
Moneyone during onboarding.Sample request
Setjourney_id to the value provided by Moneyone for this variant, and pass the raw FI data (in AA format)
under input_data.aa_data. Each item carries the raw FI json_data and its id.
Response
Response fields
| 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_id provided by Moneyone for this variant. |
data | The computed analytics, returned inline as a JSON object. |
The analytics output structure is configurable. To adjust the fields returned
in
data, contact support@moneyone.in.