Italy (Bravo)

Identity Verification for Italy

Compatible Cases

Icon 1

About the service

IDCheckITBravo is an identity verification service for Italy. It draws data from a proprietary database, historical fraud archive and telephone and address directory.

Product Code: W2-DATA-EKYC-IT-012

Does this service leave a credit search Footprint? Yes


Request


PropertyTypeLengthOptional/MandatoryNotes
ForenameString30MandatoryCan contain multiple forenames (separated by a space) if appropriate
MiddleNamesString15Optional
SurnameString30Mandatory
DayOfBirthInteger2See notes belowDay, month, and year birth components must all have a value, or all be null.
MonthOfBirthInteger2See notes belowDay, month, and year birth components must all have a value, or all be null.
YearOfBirthInteger4See notes belowDay, month, and year birth components must all have a value, or all be null.
HouseNameString26Mandatory if no HouseNumber given
HouseNumberString26Mandatory if no HouseName given
StreetString40Mandatory
CountyString2MandatoryProvince. This must be provided as the two-character ISO code. e.g., "BG" for Bergamo. See provinces of italy
RegionString2OptionalIf included, this must be provided as the two-digit ISO code. e.g., "62" for Lazio. See regions of italy
CityString20Mandatory
PostcodeString8MandatoryThis must be five numeric digits. e.g., "00040"
TaxCodeStringSee notes belowCodice Fiscale
PlaceOfBirthStringSee notes belowMunicipality of birth
PhoneNumberStringOptionalMust be preceded by the area code in brackets: e.g., (0123) 565 555 44
MobileNumberStringOptional
GenderStringMandatoryMust be 'M' or 'F'

After performing the search, the validation result (pass, fail, etc.) will be part of the TransactionInformation returned for the service call.

Notes

It is mandatory that one of the following is provided:

  • TaxCode (codice fiscale)
  • DayOfBirth,
  • MonthOfBirth,
  • YearOfBirth
  • PlaceOfBirth

 Response

Example response

"idCheckITBravoResult": {
	"addressMatchResultType": "MATCH",
	"referenceNumber": "4086000153992802"
}

The response breakdown is as follows:


PropertyTypeDescription
AddressMatchResultTypeStringResult on whether an address match has been found. Value can be:
- MATCH : A match can be found
- NO_MATCH : A match has not been found
ReferenceNumberStringA reference number for the check.

Sandbox

To use sandbox the following example request can be used.

Remember to include the W2 provided API key in the Authorization Header.

Example sandbox request

{
    "Bundle": "KYC_IT_012",
    "Data": {
        "Forename": "Michael",
        "Surname": "Tschank",
        "HouseNumber": "51",
        "Street": "Nobilegasse",
        "City":"Wien",
        "Postcode": "1150"
    },
    "Options": {
        "Sandbox": "true"
    },
    "ClientReference": "your-client-reference"
}

If the following details are set, a single fictitious match is returned in IDCheckITBravoResult:

PropertyValue
CityROMA
CountyBM
ForenameFILIPPO
GenderM
HouseNumber90
Postcode00133
StreetDOMENICO BECCAFUMI
SurnameBANGRAZI
TaxCodeBNGFPP40T05C390C

The corresponding entry in ServiceTransactions will show the following properties:

PropertyValue
HaltTriggeredFalse
ServiceTransactionResultSuccess
ServiceInterpretResultPass
ServiceTransactionResultMessage"This call was generated using sandbox mode"
ValidationResultPass

Otherwise a fictitious no-match is returned.

The corresponding entry in ServiceTransactions will show the following properties:

PropertyValue
HaltTriggeredFalse
ServiceTransactionResultSuccess
ServiceInterpretResultInconclusive
ServiceTransactionResultMessage"This call was generated using sandbox mode"
ValidationResultPass
Language
Authorization
Header
Click Try It! to start a request and see the response here!