NoahInitiateKycResponse

data class NoahInitiateKycResponse(val data: NoahInitiateKycData, val metadata: NoahResponseMetadata? = null)

Response from POST /api/v3/clients/me/integrations/noah/customers/kyc.

Note: This endpoint is idempotent on the BFF. If a NoahCustomer record already exists for the client, the previously stored hostedUrl is returned regardless of KYC status (Pending, Submitted, Approved, Declined, etc.). Do not expect a fresh KYC URL for an existing customer.

Constructors

Link copied to clipboard
constructor(data: NoahInitiateKycData, metadata: NoahResponseMetadata? = null)

Properties

Link copied to clipboard
Link copied to clipboard