Customer Validations
These validations apply when creating or updating customers in the vault directly, and also when providing customer details when creating a transaction.
91602 Custom field is invalid.
Custom field keys must match the API name of a custom field configured in the control panel. The error message for this validation error will contain a list of the invalid keys.
91609 Customer ID has already been taken.
Customer IDs have to be unique.
91610 Customer ID is invalid.
Valid characters are letters, numbers, - and _.
91611 Customer ID is not an allowed ID.
We reserve a few words that can’t be used as IDs. “all” and “new” currently cannot be used.
91612 Customer ID is too long.
Must be less than or equal to 36 characters.
91613 Id is required
Customer IDs are required when updating.
81601 Company is too long.
Must be less than or equal to 255 characters.
81603 Custom field is too long.
Custom field values must be less than or equal to 255 characters. The error message for this validation error will contain a list of the custom fields that were too long.
81604 Email is an invalid format.
Email must be a well-formed email address. If you are migrating from a system that does not have this constraint and want to record the email address in the vault, you can use a custom field.
81605 Email is too long.
Must be less than or equal to 255 characters.
81606 Email is required if sending a receipt.
This only applies when creating a transaction. If you specify that you want to send a receipt then the customer email will be required.
81607 Fax is too long.
Must be less than or equal to 255 characters.
81608 First name is too long.
Must be less than or equal to 255 characters.
81613 Last name is too long.
Must be less than or equal to 255 characters.
81614 Phone is too long.
Must be less than or equal to 255 characters.
81615 Website is too long.
Must be less than or equal to 255 characters.
81616 Website is an invalid format.
Website must be well-formed. The http:// at the beginning is optional. If you want to provide websites that may be not well-formed you can use a custom field.