Skip to main content

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.

ENUM Error codes for field-level validation failures on acceptor applications.

Values

FIELD_TOO_LONG
enum
A field value exceeds the maximum allowed length.
INVALID_BUSINESS_ADDRESS_COUNTRY_CODE
enum
The business address country code is not a recognized ISO 3166-1 alpha-3 value.
INVALID_EIN
enum
The Employer Identification Number (EIN) does not conform to the expected format of XX-XXXXXXX (e.g., 12-3456789).
INVALID_FIELD
enum
The field value does not meet the required format or constraints.
INVALID_MCC
enum
The Merchant Category Code (MCC) is not a recognized value.
INVALID_SSN
enum
The Social Security Number (SSN) does not conform to the expected format of XXX-XX-XXXX (e.g., 012-34-5678).
INVALID_TELEPHONE_NUMBER
enum
The telephone number is invalid. It must be a valid phone number containing only digits, with optional dashes, dots, or spaces.
INVALID_TIN
enum
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).
MISSING_FIELD
enum
A required field was not provided.