journey_id
changes to the Excel variant, and the response returns a report URL instead of inline
insights.
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.
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.insights.analytics_excel_report[].report_s3_url | Pre-signed S3 URL to download the generated Excel report. |
The
report_s3_url is a time-limited pre-signed link — download the report promptly before
it expires.