@mbanq/core-sdk-js / commands / VerifyWithActivateClients
Function: VerifyWithActivateClients()
VerifyWithActivateClients(
data):Command<{data: {activationDate?:string;autoActivate:boolean;clientId:string;dateFormat?:string;isActivatedByManualReview?:boolean;kycVerificationType?:"FULL"|"PARTIAL";locale?:string;manualReviewActivationComments?:string;note?:string;skipActivate:boolean;skipVerify:boolean; }; }, {clientId:number;data?: {clientKycStatus?:string;clientVerificationStatus?:"REJECTED"|"PENDING"|"IN_PROGRESS"|"APPROVED"; };id:string;officeId:number;resourceId:number; }>
Defined in: src/commands/rest/client.ts:224
Parameters
data
activationDate?
string = ...
autoActivate
boolean = ...
clientId
string = ...
dateFormat?
string = ...
isActivatedByManualReview?
boolean = ...
kycVerificationType?
"FULL" | "PARTIAL" = ...
locale?
string = ...
manualReviewActivationComments?
string = ...
note?
string = ...
skipActivate
boolean = ...
skipVerify
boolean = ...
Returns
Command<{ data: { activationDate?: string; autoActivate: boolean; clientId: string; dateFormat?: string; isActivatedByManualReview?: boolean; kycVerificationType?: "FULL" | "PARTIAL"; locale?: string; manualReviewActivationComments?: string; note?: string; skipActivate: boolean; skipVerify: boolean; }; }, { clientId: number; data?: { clientKycStatus?: string; clientVerificationStatus?: "REJECTED" | "PENDING" | "IN_PROGRESS" | "APPROVED"; }; id: string; officeId: number; resourceId: number; }>