About the Onboarding, renewal and revocation category

Create topics here that don’t fit into any other existing category.

Hi @Ehab
the csr properties file has
csr.common.name=
csr.serial.number=
csr.organization.identifier=
csr.organization.unit.name=
csr.organization.name=
csr.country.name=
csr.invoice.type=
csr.location.address=
csr.industry.business.category=

Q1. What is the common name, serial number and organization identifier? Is it provided by fatoora to an organization?
Q2. Is there any list of business categories?
Q3. Also I found the following invoice type codes. How will the csr.invoice.type be filled? can you please provide some examples?
• 01 : standard
• 02 : simplified
• 383 : debit
• 381 : credit
• 388: invoice

Hello , I am Saurabh Lonare and I am successfully developed Fatoora Invoice Integration in 3 months for lots of documents read and .net SDk . So for Generation of CSR we require csr.config details below:

csr.common.name=TST-886431145-311286911600003 (886431145 : this is unique any 9 digit no then VAT No.)
csr.serial.number=1-TST|2-TST|3-98f8c0dc-a8bf-42da-aa65-d731c616e759 (98f8c0dc-a8bf-42da-aa65-d731c616e759 this is UUID)
csr.organization.identifier=311286911600003 (VAT No.)
csr.organization.unit.name=Riyadh Branch
csr.organization.name=XYZ company.
csr.country.name=SA
csr.invoice.type=0100
csr.location.address=RRRD2929 (Short Address)
csr.industry.business.category=Services activities

and by adding dll you can generate CSR in .net project below code:

CsrGenerator csrGenerator = new CsrGenerator();
CsrResult csrResult = csrGenerator.GenerateCsr(ApplConfig.csrGenerationDto, ApplConfig.EnvironmentType, false); // this is used for all environment type