About Schufa IdentCheck

General information about Schufa IdentCheck

Popular with customers, risky for the merchant: Payment methods such as direct debit or purchase on account involve a high level of default risk. Computop Paycontrol, an automated credit rating with all standard credit agencies, combines flexibility and payment security for online business.

With Paycontrol you can, amongst other things, automatically obtain information from Schufa without having to connect your shop system to individual information interfaces.

Schufa has a database of information about 62 million German citizens which you are entitled to access in the interests of fraud prevention if there is a payment credit risk. Schufa IdentCheck allows you to check names, addresses and dates of birth.


Logo

Info

Schufa address and credit rating data contains 66 million points of data concerning individuals and 462 million other information points, derived mainly through cooperation with banks.

TypeRisk Management

 

Further information can be found on the webpage of Schufa (https://www.schufa.de/en/).

 

Process flow chart


 

Schufa IdentCheck process flow


Paygate interface

Definitions

Data formats

Format

Description

a

alphabetical

as

alphabetical with special characters

n

numeric

an

alphanumeric

ans

alphanumeric with special characters

ns

numeric with special characters

bool

boolean expression (true or false)

3

fixed length with 3 digits/characters

..3

variable length with maximum 3 digits/characters

enum

enumeration of allowed values

dttm

ISODateTime (YYYY-MM-DDThh:mm:ss)


Abbreviations

Abbreviation

Description

Comment

CND

condition


M

mandatory

If a parameter is mandatory, then it must be present

O

optional

If a parameter is optional, then it can be present, but it is not required

C

conditional

If a parameter is conditional, then there is a conditional rule which specifies whether it is mandatory or optional


Notice: Please note that the names of parameters can be returned in upper or lower case.


Calling the interface

To carry out a Schufa IdentCheck via a Server-to-Server connection, please use the following URL:

https://www.computop-paygate.com/SchufaIdentDirect.aspx

 

Notice: For security reasons, Computop Paygate rejects all payment requests with formatting errors. Therefore, please use the correct data type for each parameter.

The following table describes the encrypted payment request parameters:

KeyFormatCNDDescription

MerchantID

ans..30

M

MerchantID, assigned by Computop. Additionally this parameter has to be passed in plain language too.

KeyFormatCNDDescription
TransID

ans..64

MTransactionID provided by you which should be unique for each payment

KeyFormatCNDDescription

MAC

an64

M
Hash Message Authentication Code (HMAC) with SHA-256 algorithm. Details can be found here:

Key

Format

CND

Description

OrderDescans..768MDescription of goods and prices. Intended purpose on the statement of account.
FirstNameans..32MFirst name of check subject
Surnameans..32MSurname of check subject
Birthdateans..10ODate of birth in the format <DD.MM.YYYY>
AddrStreetans..32MStreet name of check subject
AddrZipn..5MPostcode of check subject
AddrCityans..32MTown/city of check subject
MatchFirstnamen..3OPercentage. Specifies how high the concordance of the first name must be. The identity is not confirmed if a minimum value is not met.
MatchSurnamen..3OPercentage. Specifies how high the concordance of the surname must be. The identity is not confirmed if a minimum value is not met.
MatchBirthdaten..3OPercentage. Specifies how high the concordance of the date of birth must be. The identity is not confirmed if a minimum value is not met.
MatchAddrStreetn..3OPercentage. Specifies how high the concordance of the street must be. The identity is not confirmed if a minimum value is not met.
MatchAddrZipn..3OPercentage. Specifies how high the concordance of the postcode must be. The identity is not confirmed if a minimum value is not met.
MatchAddrCityn..3OPercentage. Specifies how high the concordance of the town must be. The identity is not confirmed if a minimum value is not met.
CheckEDDn1OValue 0 or 1. The account number given is checked if the value is 1. Requires the following parameters: Amount, Currency, AccOwner, AccIBAN, AccBank, AccNumber.
Amountn..10C

If CheckEDD=1 or CheckCC=1: Amount in the smallest currency unit (e.g. EUR Cent)

Currencya3CIf CheckEDD=1 or CheckCC=1: Currency, three digits DIN / ISO 4217
AccNrn..11CIf CheckEDD=1: Account number without spaces. Account numbers in Germany are normally 10 characters long, in Austria they can be up to 11 characters.
AccIBANn..8CIf CheckEDD=1: Sort code without spaces. In Austrian direct debit notes the sort code is normally only five characters long.
AccBankans..20CIf CheckEDD=1: Name of the bank
AccOwnera..50CIf CheckEDD=1: Account holder
CheckCCn1OValue 0 or 1. The credit card is checked if the value is 1. Requires the following parameters: CcNr, CcBrand, CcExpiry.
CCNrn..16CIf CheckCC=1: Credit card number or pseudo card-number minimum 12 characters, numerical, no spaces
CCCVCn..4OCIf CheckCC=1: Card verification number, the last three digits on the signature strip of the credit card. 4 characters in the case of AMEX.
CCExpiryn..6CIf CheckCC=1: Credit card expiry date as string (YYYYMM), e.g. 201807
CCBranda..22CIf CheckCC=1: Card type: AMEX, VISA, MasterCard, DINERS, JCB, CBN, SWITCH, SOLO or Dankort. Please note the spelling!
CustmIDans..32CIf CheckCC=1: Customer ID, must be unique for every customer. Used to generate pseudo card-number.
Parameters for Schufa IdentChecks via socket connection


The following table describes the result parameters with which the Computop Paygate responds to your system

(信息) pls. be prepared to receive additional parameters at any time and do not check the order of parameters

(信息) the key (e.g. mid, RefNr) should not be checked case-sentive

KeyFormatCNDDescription

mid

ans..30

M

MerchantID, assigned by Computop

KeyFormatCNDDescription
PayID

an32

M

ID assigned by Paygate for the payment, e.g. for referencing in batch files as well as for capture or credit request.

KeyFormatCNDDescription
XID

an32

M

ID for all single transactions (authorisation, capture, credit note) for one payment assigned by Paygate

KeyFormatCNDDescription
TransID

ans..64

MTransactionID provided by you which should be unique for each payment

KeyFormatCNDDescription
Status

a..50

M

OK (URLSuccess) or FAILED (URLFailure)

KeyFormatCNDDescription
Description

ans..1024

M
Further details in the event that payment is rejected. Please do not use the Description but the Code parameter for the transaction status analysis!

KeyFormatCNDDescription
Code

an8

M

Error code according to Paygate Response Codes (A4 Error codes)

Key

Format

CND

Description

Matchans..32MComma-separated percentage values with matches. Please note the order: all, surname, first name, sex, date of birth, street, postcode, town
EddStatusa..30CIf CheckEDD=1 has been transmitted: OK or FAILED
EddCoden..8CIf CheckEDD=1 has been transmitted: Error code for checking the account details
EddDescriptiona..1024CIf CheckEDD=1 has been transmitted: Description if the account check fails
CcStatusa..30CIf CheckCC=1 has been transmitted: OK or FAILED
CcCoden..8CIf CheckCC=1 has been transmitted: Error code for credit card payment
CcDescriptiona..1024CIf CheckCC=1 has been transmitted: Further details in case of payment failure
Result parameters for Schufa IdentChecks