Check
Summary of Check Error Codes
The error codes in the Check are designed to handle input validation, business rules enforcement, and system constraints specifically for this endpoint. They help ensure that all submitted data is accurate and adheres to predefined requirements.
Common issues include:
- Errors like "Missing" or "Wrong" highlight issues with missing fields or invalid formats (e.g., missing workflow number, wrong postal code format, incorrect country code).
- Some codes enforce business-specific rules, such as minimal age for ordering, allowed order amounts, or house number extension limits.
- Field-specific validations ensure correctness for critical information like phone numbers, emails, company names, and birth dates.
- System-related errors address issues like XML parsing failures, redirection errors, or client/customer not found.
These codes provide clear feedback for resolving errors and ensuring successful API interactions.
All available error codes and messages for Check:
Code
Message
001 | Unknown API version |
101 | Unknown client username or client id |
102 | Unknown client username or client id |
103 | Unknown action |
104 | Missing workflow number |
105 | Wrong workflow number |
402 | Phone number should be between 9-18 characters, it can contain only digits, spaces, '+', '()' and '-' signs |
406 | Missing type |
407 | Wrong type |
408 | Missing company name |
409 | Wrong sex format |
410 | Last name missing |
411 | Missing Chamber of Commerce number |
412 | Missing firstname or initials |
414 | Missing house number |
415 | Missing postal code |
416 | Wrong postal code format |
417 | Missing phone number |
418 | Wrong birth date format. Expected dd-mm-yyyy |
419 | Missing email |
420 | Wrong email format |
421 | Missing birth date |
422 | Minimal age for ordering through Billink is 18 |
424 | Wrong house number format |
425 | Wrong delivery house number format |
426 | Delivery address not allowed |
427 | Missing order amount |
428 | Wrong order amount |
429 | Amount is bigger than allowed |
430 | Company name must be between 2 and 50 characters long |
431 | Housenumber extension must be between 0 and 10 characters long |
432 | Wrong check type provided |
433 | Incorrect country code |
434 | Missing city |
435 | Wrong paytrust score |
601 | Errors parsing xml file |
603 | Redirect Billink API error |
607 | Client or customer not found |
701 | Credit check not OK |
703 | Missing financial arrangement |
Was this section helpful?
What made this section unhelpful for you?
On this page
- Check