Check the delivered customer addresses as well as a phonetic and associative identification of duplicates. Additionally, checks of client-specific negative or positive lists can be processed. Usually, the AddressCheck is used for the pure verification of the address data e.g. for registration processes.
POST /api/v3/validate/address
application/json
required in
FI
SE
NO
DK
required in
DE
DK
NL
required in
DK
NL
required in
NL
required in
DE
DK
NL
NO
required in
DE
DK
NL
NO
SE
FI
DK
DE
AT
CH
NL
BE
required in
DE
AT
CH
NotSet
Advertisment
SocialNetwork
Direct
SearchEngine
Other
Mr
Mrs
Miss
required in
DE
AT
CH
BE
NL
SE
FI
required in
BE
NL
required in
BE
NL
Company
Person
NO
SV
FI
DA
EN
DE
NL
FR
Paper
Sms
required in
DE
AT
CH
required in
DE
DK
NL
required in
DK
NL
required in
NL
required in
DE
DK
NL
NO
required in
DE
DK
NL
NO
SE
FI
DK
DE
AT
CH
NL
BE
BusinessError
TechnicalError
NotificationMessage
Unavailable
AskConsumerToConfirm
AskConsumerToReEnterData
OfferSecurePaymentMethods
RequiresSsn
AskConsumerToIdentify
ManualReview
{
"customer": {
"address": {
"street": "Gütersloher Straße",
"streetNumber": "123",
"postalCode": "33415",
"postalPlace": "Berlin",
"countryCode": "DE"
},
"riskData": {
"ipAddress": "123.123.123.123"
},
"firstName": "Astrid",
"lastName": "Svensson",
"email": "astrid.svensson@example.com",
"birthDate": "1999-01-02",
"customerCategory": "Person"
}
}
{
"isValid": true,
"correctedAddress": {
"street": "Gütersloher Str.",
"streetNumber": "123",
"postalCode": "33415",
"postalPlace": "Verl",
"countryCode": "DE"
}
}