Address Validations
These validations apply when creating or updating addresses in the vault directly, and also when providing billing and shipping details when creating a transaction.
81801 Address must have at least one field fill in.
At least one of the address attributes must be present, but it doesn’t matter which one. This doesn’t apply when creating transactions – billing and shipping address can be blank unless AVS processing rules are configured to require billing street and postal.
81802 Company is too long.
Must be less than or equal to 255 characters.
81804 Extended address is too long.
Must be less than or equal to 255 characters.
81805 First name is too long.
Must be less than or equal to 255 characters.
81806 Last name is too long.
Must be less than or equal to 255 characters.
81807 Locality is too long.
Must be less than or equal to 255 characters.
81813 Postal code can only contain letters, numbers, spaces, and hyphens.
There are also length limitations, but that’s a different validation error.
81808 Postal code is required.
This only applies when creating transactions or performing card verification when AVS rules are configured to require postal code.
81809 Postal code may contain no more than 9 letter or number characters.
The length only applies to letters or numbers, is does not restrict the number of spaces or hyphens.
81810 Region is too long.
Must be less than or equal to 255 characters.
81811 Street address is required.
This only applies when creating transactions or performing card verification when AVS rules are configured to require street address.
81812 Street address is too long.
Must be less than or equal to 255 characters.
91803 Country name is not an accepted country.
We only accept specific country names.
91815 Inconsistent country
You can only specify one of country name, country code alpha2, country code alpha3 and country code numeric.
91816 Country code alpha-3 is not accepted
We only accept specific alpha-3 values.
91817 Country code numeric is not accepted
We only accept specific numeric values.
91814 Country code alpha-2 is not accepted
We only accept specific alpha-2 values.
91818 Too many addresses per customer
You will get this validation error when trying to add an address to a customer which has already reached the maximum of 50 addresses.