@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias AiPriseBusinessProfileAmlMonitoringUpdateBusinessVerificationEventCallback

    Sent when there is an AML monitoring update on a verification session of the business itself

    type AiPriseBusinessProfileAmlMonitoringUpdateBusinessVerificationEventCallback = {
        business_profile_event_type: "AML_MONITORING_UPDATE_BUSINESS_VERIFICATION";
        business_profile_id: string;
        client_reference_id?: string;
        verification_session_id: string;
    }
    Index

    Properties

    business_profile_event_type: "AML_MONITORING_UPDATE_BUSINESS_VERIFICATION"
    business_profile_id: string
    client_reference_id?: string
    verification_session_id: string