Noah Initiate Kyc Request
data class NoahInitiateKycRequest(val returnUrl: String, val fiatOptions: List<NoahFiatOption>? = null, val customerType: NoahCustomerType? = null, val metadata: Map<String, Any>? = null, val form: Map<String, Any>? = null)
Request body for POST /api/v3/clients/me/integrations/noah/customers/kyc.
Parameters
return Url
URL the hosted KYC flow should redirect back to once complete.
fiat Options
Optional list of fiat currency options to advertise during KYC.
customer Type
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.
Constructors
Link copied to clipboard
constructor(returnUrl: String, fiatOptions: List<NoahFiatOption>? = null, customerType: NoahCustomerType? = null, metadata: Map<String, Any>? = null, form: Map<String, Any>? = null)