/infoservice/schufa/score/creditcheck/
Die OpenAPI Spezifikation dieser API stellen wir als yaml Datei zur Verfügung: /v2.2/api/validate.openapi.yaml
Anfrage Schufa Bonitätsauskunft zu Privatpersonen
Request Datentypen
Order ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| CustomerReference | Ihre eigene Referenz zur Anfrage | type: string maxlength: 40 constraint: optional |
"6910-43" |
| ProofOfInterest | Für diesen Service nicht relevant | type: integer constraint: not available |
-- |
| ReportFormat | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
| IdentCheckVariant | Für diesen Service nicht relevant | type: string constraint: not available |
-- |
| RequestFeatureCode | Anfragemerkmalcode der Schufa, beschreibt den Grund der Anfrage und wird laut Ihrer Unternehmensbranche bestimmt. Weitere Informationen entnehmen Sie Ihrem Schufa Vertrag. |
type: string constraint: required |
@todo aktuelle Liste von der Schufa "AV" = Anfrage des Versandhandels "AH" = Anfrage eCommerce "AU" = Anfrage Dienstleister |
Person ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| Title | Titel zu einer Person | type: string maxlength: 30 constraint: optional |
"Prof. Dr." |
| FirstName | Vorname zu einer Person | type: string maxlength: 40 constraint: required |
"Max" |
| LastName | Nachname zu einer Person | type: string maxlength: 40 constraint: required |
"Mustermann" |
| Gender | Geschlecht zu einer Person | type: string maxlength: 1 constraint: required |
"m" = männlich "w" = weiblich; alternativ: "f" (deprecated*)"u" = unbekannt |
| BirthDate | Geburtstag zu einer Person | type: string format: date [YYYY-mm-dd] constraint: optional |
"1978-01-16" |
| BirthPlace | Geburtsort zu einer Person | type: string maxlength: 24 constraint: optional |
"Musterhausen" |
Address ⬆️
| Feld | Beschreibung | Feldeigenschaften | mögliche Werte |
|---|---|---|---|
| Street | Straße | type: string maxlength: 40 constraint: required |
"Muster Straße" |
| HouseNumber | Hausnummer | type: string maxlength: 10 constraint: required |
"5-7a" |
| PostalCode | Postleitzahl | type: string maxlength: 10 constraint: required |
"12345" |
| City | Stadt | type: string maxlength: 40 constraint: required |
"Musterhausen" |
| CountryCode | Länderkürzel nach ISO 3166-1 alpha-2 | type: string maxlength: 2 constraint: required |
"DE" für Deutschland |