Identifiers

I identify as text!

The Billit API supports multiple identifiers from multiple countries. A list can be found below.

CountryIdentifierIdentifier definition
BE/EUVATVAT number
NLKVKKVK number
NLOINOIN number
LURPMIdentity number of the register of legal persons
InternationalGLNGLN number
InternationalDUNSDUNS number
ITSDICODDESTThe channel id of the service provider (Destination Code)
ITSDICODFISThe Fiscal Code Number (Codice Fiscale)
ITSDIPECThe PEC e-mail address
ITSDIB2GThe unique identifier of the Italian government agency
DELEITWEGIDIdentification of public organizations
FRSIRETThe unique SIRET number given out by the government
FRSIRENEThe unique French business identification number
FRService CodeThe Service number of the entity

Usage

You are allowed to add the following piece of code in any party Object.

"Identifiers": [
    {
      "IdentifierType": "SDIPEC",
      "Identifier": "[email protected]"
    }
  ]
"Identifiers": [
  { "IdentifierType": "SDICODFIS", "Identifier": "" },
  { "IdentifierType": "SDICODDEST", "Identifier": "3PRL4IK" },
  { "IdentifierType": "SDIPEC", "Identifier": "[email protected]" }
]