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

    Interface EntityRequiredFieldsInput

    Input to entityRequiredFields (docs.routefusion.com/reference/ entity-required-fields): the onboarding requirements RF returns are parameterized by the entity's country, entity type, and business type — NOT a fixed set. programId is sent as platform_id; the docs mark it optional today but "required after June 15th 2026", so it is always sent.

    interface EntityRequiredFieldsInput {
        businessType?: RouteFusionBusinessType;
        country: string;
        entityType: RouteFusionEntityType;
        programId: string;
    }
    Index
    country: string

    ISO-3166-1 alpha-2 country of registration/residence.

    programId: string