NoahInitiateKycRequest

constructor(returnUrl: String, fiatOptions: List<NoahFiatOption>? = null, customerType: NoahCustomerType? = null, metadata: Map<String, Any>? = null, form: Map<String, Any>? = null)

Parameters

returnUrl

URL the hosted KYC flow should redirect back to once complete.

fiatOptions

Optional list of fiat currency options to advertise during KYC.

customerType

Optional customer type ("Individual" or "Business").

metadata

Optional client-supplied metadata forwarded to Noah.

form

Optional pre-filled form payload mirrored back to the hosted flow.