Skip to main content
Orchestration runs a multi-step user journey as a single configured flow, and returns the collected results through one transaction_id.
Journeys such as KYC or any other flow are stitched together into a single orchestration as per the client’s requirement.

Integration Flow

A complete integration is a four-step journey, all keyed off the single transaction_id you receive in step 1.
1

Initiate Transaction

Call POST /transaction/init with the instance_id and user identifiers. You receive a transaction_id and a launch_url to hand off to the user. See Initiate Transaction.
2

Redirect the User

Open the launch_url (redirect or SDK webview). The user completes KYC / uploads etc, then returns to your redirect_url.
3

Track Status

Wait for completion via a terminal webhook push until event_type is JOURNEY_COMPLETE. See Webhooks.
4

Fetch Data

Once the journey is complete, retrieve the collected data with POST /transaction/data, optionally scoped by type. See Fetch Data.

Pages in this section

Base URL & Headers

Base URL (UAT / Production): Contact support@moneyone.in. All API requests require these headers:

Need Help?

Contact support@moneyone.in for technical assistance or integration queries.