Czech Republic (Bravo)

Identity Verification for the Czech Republic

Compatible Cases

Icon 1

About the service

IDCheckCZBravo is an identity verification service for the Czech Republic.

Product Code: W2-DATA-EKYC-CZ-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
DayOfBirthInteger2OptionalDay, month, and year birth components must all have a value, or all be null.
MonthOfBirthInteger2OptionalDay, month, and year birth components must all have a value, or all be null.
YearOfBirthInteger4OptionalDay, month, and year birth components must all have a value, or all be null.
HouseNameString26See notes
HouseNumberString26See notes
StreetString40See notes
RegionString2Optional
CityString20Mandatory
PostcodeString8Mandatory
PhoneNumberStringOptional
MobileNumberStringOptional
GenderStringOptionalMust be 'M' or 'F'

Notes

If this information is applicable it should be provided as not providing it might lead to a non-match. E.g. If an address has a house number then it should be provided, not providing it might lead to a non-match.


 Response

Example response

"idCheckCZBravoResult": {
	"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_CZ_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 CZCheckDEBravoResult:

PropertyValue
City"Praha"
DayOfBirth23
Forename"David"
HouseNumber"1"
MonthOfBirth8
PostCode11908
Street"Zitna"
Surname"Schovanec"
YearOfBirth1986

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!