Create a new user onboarding session and generate a hosted KYC link. This endpoint is used for the hosted KYC flow where users complete verification through a pre-built compliance interface. The returned onboarding URL redirects users to complete their KYC verification.
API key for authentication. Must be included in the x-api-key header.
User's email address for the onboarding session
Currency code (ISO 4217) for the user's preferred currency
"EUR"
URL to redirect the user to after completing the KYC verification process
"https://www.carbn.xyz/"
User session created successfully
Hosted KYC verification URL where the user can complete their onboarding. This URL contains a session token and should be opened in a browser.
"https://checkout.noah.com/kyc?session=eyJhbGciOiJFUzM4NCIsImtpZCI6ImttcyIsInR5cCI6IkpXVCJ9..."
Unique identifier for the user session. This ID can be used to track the user's onboarding status.
"9e58ad24-a7a6-43b2-b1a9-984a410a87f3"