Skip to content
On this page

ID Check DE Bravo

Compatible Cases

About the service

ID Check DE Bravo is an identity verification service for Germany.

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

Does this service leave a credit search Footprint? Yes

Request

The following request properties pertain to this service.

Property NameTypeLengthOptional/MandatoryNotes
ForenameString30MandatoryCan contain multiple forenames (separated by a space) if appropriate
MiddleNamesString15Optional
SurnameString30Mandatory
DayOfBirthInteger2Day, month and year birth components must all have a value, or all be null.
MonthOfBirthInteger2Day, month and year birth components must all have a value, or all be null.
YearOfBirthInteger4Day, month and year birth components must all have a value, or all be null.
HouseNameString26Optional
HouseNumberString26Optional
StreetString255Mandatory
CityString100Mandatory
PostcodeString8MandatoryThis must be four numeric digits. e.g. "1219"
PhoneNumberStringOptional
MobileNumberStringOptional
GenderStringOptionalMust 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.

Response

Example response

json
"idCheckDEBravoResult": {
	"addressMatchResultType": "MATCH",
	"referenceNumber": "4086000153992802"
}

Response breakdown

The following table gives some more details about the response.

Property NameTypeDescription
AddressMatchResultTypeStringResult on whether an address match has been found.
ReferenceNumberStringA reference number for the check.

Notes

AddressMatchType Represents the type of match.

ValueDescription
MATCHA Match can be found.
CANDIDATESPartial matches have been found.

Sandbox

To use sandbox the following example request can be used.

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

Example request

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

Sandbox Cases

Single match

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

PropertyValue
City:"FRANKFURT"
DayOfBirth:"12"
Forename:"HEIKO"
HouseNumber:"15"
MonthOfBirth:07
Postcode:"60325"
Street:"SCHUMANNSTR"
Surname:"GRASSMANN"
YearOfBirth:1985

The corresponding entry in ServiceTransactions will show the following properties:

PropertyValue
HaltTriggered:False
ServiceTransactionResult:Success
ServiceInterpretResult:Pass
ServiceTransactionResultMessage:"This call was generated using sandbox mode"
ValidationResult:Pass

No-match

Anything else returns a no-match result.

The corresponding entry in ServiceTransactions will show the following properties:

PropertyValue
HaltTriggered:False
ServiceTransactionResult:Success
ServiceInterpretResult:Inconclusive
ServiceTransactionResultMessage:"This call was generated using sandbox mode"
ValidationResult:Pass