Merchant Create
Summary of Client Error Codes
The Client error codes mainly address issues related to client identification, parent-child client relationships, and validation of client-related data fields.
Common problems include:
- Unknown or invalid client username or client id.
- Issues with parent client relationships, such as clients being their own parent or invalid parent ids.
- Validation errors for company and personal data fields, including company name, first and last name, IBAN, BIC, contact information, and address details.
- Errors related to uniqueness constraints, like duplicate usernames or emails.
- Missing or invalid platform or reseller information.
Code
Message
101 | Unknown client username or client id |
102 | Unknown client username or client id |
103 | Client with username “%message%” is not allowed to access api/create-client |
104 | Unknown parent client username |
105 | The client can’t be it’s own parent |
106 | The passed parent client id is not in a reseller clients list |
401 | Missing or invalid company name. Company name must be between 2 and 100 characters long |
402 | Missing or invalid first name. First name must be between 2 and 255 characters long |
403 | Missing or invalid last name. Last name must be between 2 and 255 characters long |
404 | Missing IBAN |
405 | Please provide valid iban/bank account number. |
406 | Missing BIC number or invalid format. See ISO 9362 |
407 | Missing or invalid city name. City name should contain only letters, spaces, - . and ’ signs |
408 | Missing or invalid COC number. It should be 8 digits length |
409 | Missing contact email or wrong contact email format |
410 | Incorrect country code |
411 | Missing or invalid contact phone. Phone number should be between 9-18 characters, it can contain only digits, spaces, ‘+’, ‘()’ and ‘-’ signs |
412 | Missing email or wrong email format |
413 | Missing house number |
414 | Wrong house number format |
417 | Could not save logo image |
418 | Missing or invalid phone number. Phone number should be between 9-18 characters, it can contain only digits, spaces, ‘+’, ‘()’ and ‘-’ signs |
419 | Missing or invalid postcode |
420 | Missing or invalid street name. Street name may contain letters, numbers, spaces, - ’ . |
421 | Bankholder is missing |
422 | Missing VAT number or wrong VAT number format |
423 | Missing web site URL or invalid URL format. Example format: www.example.com |
424 | Missing or invalid method. Method should be numeric |
425 | Missing or invalid user name. User name must be between 4 and 50 characters long |
426 | Missing country code |
427 | Client with username “%message%” already exists |
428 | Client with email “%message%” already exists |
429 | Please provide platform id |
430 | Platform with such id doesn’t exist |
431 | Missing parent client username |
432 | Missing parent client id |
Was this section helpful?
What made this section unhelpful for you?
On this page
- Merchant Create