Skip to main content

Function Signature

Description

Starts a Noah KYC session for the current customer and returns a hosted onboarding URL. Open the URL in the system browser after validating its scheme and hostname. This endpoint is idempotent. If a Noah customer record already exists for the client, the previously stored hostedUrl is returned regardless of KYC status (Pending, Submitted, Approved, Declined). Calling it again does not restart onboarding and does not mint a fresh URL. The KYC outcome is delivered asynchronously through Noah Customer webhooks, not through this response.

Parameters

Returns

NoahInitiateKycResponse — an envelope containing: NoahInitiateKycData:

Example

Errors