Documentation Index Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
OBJECT
Represents a field-level validation error on an acceptor application.
Fields
A helpful message describing how to fix the invalid value.
code
AcceptorApplicationFieldValidationErrorCode!
required
A static code for tying the response back programmatically. Show Possible enum values
A field value exceeds the maximum allowed length.
INVALID_BUSINESS_ADDRESS_COUNTRY_CODE
The business address country code is not a recognized ISO 3166-1 alpha-3 value.
The Employer Identification Number (EIN) does not conform to the expected format of XX-XXXXXXX (e.g., 12-3456789).
The field value does not meet the required format or constraints.
The Merchant Category Code (MCC) is not a recognized value.
The Social Security Number (SSN) does not conform to the expected format of XXX-XX-XXXX (e.g., 012-34-5678).
The telephone number is invalid. It must be a valid phone number containing only digits, with optional dashes, dots, or spaces.
The tax identification number (TIN) does not conform to the expected format: XXX-XX-XXXX for individuals (SSN/ITIN) or XX-XXXXXXX for businesses (EIN).
A required field was not provided.
The name of the field that failed validation.