cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/customers/kyc \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "returnUrl": "<string>", "fiatOptions": [ { "fiatCurrencyCode": "<string>" } ], "customerType": "Individual", "metadata": {}, "form": {} } '
{ "data": { "hostedUrl": "<string>" } }
Creates or retrieves a Noah hosted onboarding session for the authenticated client.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
HTTPS return URL used after hosted onboarding.
^https://
Optional list of fiat options for onboarding.
Show child attributes
Individual
Business
KYC onboarding session retrieved successfully
Was this page helpful?