ID Check CZ Bravo
About the service
ID Check CZ Bravo 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
The following properties pertain to this service.
Property Name | Type | Length | Optional/Mandatory | Notes |
---|---|---|---|---|
Forename | String | 30 | Mandatory | Can contain multiple forenames (separated by a space) if appropriate |
MiddleNames | String | 15 | Optional | |
Surname | String | 30 | Mandatory | |
DayOfBirth | Integer | 2 | Optional | Day, month and year birth components must all have a value, or all be null. |
MonthOfBirth | Integer | 2 | Optional | Day, month and year birth components must all have a value, or all be null. |
YearOfBirth | Integer | 4 | Optional | Day, month and year birth components must all have a value, or all be null. |
HouseName | String | 26 | See notes | |
HouseNumber | String | 26 | See notes | |
Street | String | 40 | See notes | |
Region | String | 2 | Optional | |
City | String | 20 | Mandatory | |
Postcode | String | 8 | Mandatory | |
PhoneNumber | String | Optional | ||
MobileNumber | String | Optional | ||
Gender | String | Optional | Must 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
Sample Response:
"idCheckCZBravoResult": {
"addressMatchResultType": "MATCH",
"referenceNumber": "4674000102754739"
}
The following table gives some more details about the response.
Property Name | Type | Description |
---|---|---|
AddressMatchResultType | String | Result on whether an address match has been found. |
ReferenceNumber | String | A reference number for the check |
Notes
AddressMatchType Represents the type of match.
Value | Description |
---|---|
MATCH | A Match can be found. |
NO_MATCH | A Match has not been found. |
Sandbox
Example Request - ID Check CZ Bravo
{
"Bundle": "KYC_CZ_012",
"Data": {
"Forename": "Michael",
"Surname": "Tschank",
"HouseNumber": "51",
"Street": "Nobilegasse",
"City":"Wien",
"Postcode": "1150"
},
"Options": {
"Sandbox": "true"
},
"ClientReference": "your-client-reference"
}
To use sandbox the following example request can be used. Remember to include the W2 provided API key in the Authorization Header.
If the following details are set, a single fictitious match is returned in IDCheckCZBravoResult
Property | Value |
---|---|
City: | "Praha" |
DayOfBirth: | 23 |
Forename: | "David" |
HouseNumber: | "1" |
MonthOfBirth: | 8 |
PostCode: | 11908 |
Street: | "Zitna" |
Surname: | "Schovanec" |
YearOfBirth: | 1986 |
The corresponding entry in ServiceTransactions will show the following properties:
Property | Value |
---|---|
HaltTriggered: | False |
ServiceTransactionResult: | Success |
ServiceInterpretResult: | Pass |
ServiceTransactionResultMessage: | "This call was generated using sandbox mode" |
ValidationResult: | Pass |
Otherwise a fictitious no-match is returned.
The corresponding entry in ServiceTransactions will show the following properties:
Property | Value |
---|---|
HaltTriggered: | False |
ServiceTransactionResult: | Success |
ServiceInterpretResult: | Inconclusive |
ServiceTransactionResultMessage: | "This call was generated using sandbox mode" |
ValidationResult: | Pass |