- Webhook (recommended) — MoneyOne pushes a terminal notification to your endpoint.
- Status Polling — you pull the journey status with the
transactionId. - UI Events — if you embed the orchestration UI in an iframe, listen for
postMessageevents.
- Webhook (Recommended)
- Status Polling
- UI Events
The webhook is a terminal push: MoneyOne calls your configured endpoint once the
journey reaches a final state, so you don’t have to poll. For the PDF flow, the
eventData array contains a single PDF block.To configure your webhook URL, contact
support@moneyone.in.Successful PDF journey
When the user successfully uploads and processes their bank statements, the PDF block reportsSUCCESS with the extracted account details.Failed PDF journey
When the user skips the upload or statement processing fails, the PDF block reports a failure status with an emptyaccounts array.For the PDF flow,
eventData contains a single PDF entry. There is no AA entry.Top-level fields
PDF block fields
accounts[] fields
When
status is SKIPPED, the accounts array is empty — the user did not complete the
statement upload.Next step
Once the journey completes successfully, fetch the raw FI data or analytics on the Fetch Data page using the sametransaction_id.