# Journeys (Hosted Flows)

**Journeys** are secure, hosted web flows for customer interactions: account opening (e-sign),
KYC/KYB questionnaires, fund transfers, and allocation plan setup.
Create a Journey via API, redirect customers to the time-limited URL, and poll/callback for results.

 - [GET /v2/partner/client/{clientId}/journey/{journeyId}](https://docs.fondo.se/openapi/api/journey/getjourney.md): Returns the current state, configuration, and outcome of a web journey identified by journeyId under clientId (e.g., createAccount). Includes journey URL, expiry, callback/redirect URLs, context/scope
 - [POST /v2/partner/client/{clientId}/journey](https://docs.fondo.se/openapi/api/journey/postjourney.md): Initiates a new web journey (e.g., createAccount) for the specified clientId. Provide journey configuration (account types, service type, optional allocation plan, KYC questions, transfer instructions
