New incorporation schema 3.8

The new incorporation schema - CompanyIncorporation-v3-8.xsd -(http://xmlgw.companieshouse.gov.uk/v1-0/schema/forms/CompanyIncorporation-v3-8.xsd) includes 3 examples:

We cannot see anything in the Ltd by share schemas that do or do not include information about the new changes regarding keeping registers on the public record or not. So we do not understand why there are 2 different examples here?

The only difference we can see is that there are different authentication methods:

[Incorporation with Verification Details Limited by Shares] uses memorandum/authoriser personal authentication enums (*_AGREES_NAME_USED_TO_AUTHENTICATE). We understand this to be the new and correct method.

[Incorporation without Registers] uses detailed Q&A style authentication with <PersonalAttribute> and <PersonalData> pairs. Why is this included - we thought this authentication method is being removed?

Thank you.

1 Like

I will get these looked at Oli.

SDN

Hi Simon. Any update on this, please?

Hi,

We are working through a great number of queries at the moment - I am not sure if this has been looked at yet, I will check.

SDN

Following this thread. Had the same question while making the integration for the newer schema changes.

1 Like

Just to follow up on this Simon we are submitting test CS01 and have found, we believe, that CH is always expecting a value for NameMismatchReason. Our understanding is that this should be optional as the vast majority of individuals with UIDs will have the same name as was used in their IDV process, so they do not need to/ cannot submit a NameMismatchReason.

This is the relevant section of the test submission, which does not include NameMismatchReason.

<VerificationStatement>
            <Director>
              <Person>
                <Title>MR</Title>
                <Forename>PERSON</Forename>
                <Surname>NAME</Surname>
                <DOB>1967-08-13</DOB>
                <VerificationDetails>
                  <CompaniesHousePersonalCode>XWJ22222222</CompaniesHousePersonalCode>
                  <VerificationStatements>
                    <VerificationStatementForIndividual>INDIVIDUAL_VERIFIED</VerificationStatementForIndividual>
                  </VerificationStatements>
                </VerificationDetails>
              </Person>
            </Director>
          </VerificationStatement>

This is the error response we receive:

[{:raised_by=>"ConfirmationAndVerificationStatement", :number=>"9999", :type=>"fatal", :text=>"Invalid Name Mismatch Reason", :location=>""}]

name mismatch in the baseType is min occurs = 0
which means optional, so we are not sure why you are getting a failure.
<xs:element name=“NameMismatchReason” type=“NameMismatchReason” minOccurs=“0”/>

Can you send the xml test submission instance to xml@companieshouse.gov.uk please.

SDN

[Incorporation without Registers] uses detailed Q&A style authentication with <PersonalAttribute> and <PersonalData> pairs. Why is this included - we thought this authentication method is being removed?

Hi Simon, Any update on this part, please?

Sorry, still being discussed internally - there is so much to do at the moment - please be assured I have not forgotten you though.

SDN