Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
UnderwritingApplicationFieldValidationError
Getting started
Risk, Fraud, and Disputes
Reporting
API
Boarding
Transaction processing
Resources
Overview
Welcome to Tesouro
Integration
About our GraphQL
Tokenization
Integration Overview
Playground
Sandbox
Rate limiting
Schema
Copy
Ask AI
{
"message"
:
"abc123"
,
"code"
:
"FIELD_TOO_LONG"
,
"field"
:
"abc123"
}
UnderwritingApplicationFieldValidationError
Object
implements
Error
Fields
message
required
A helpful message to help fix the invalid value.
code
required
A static code for tying the response back programmatically.
field
required
The field that is invalid.
Schema
Copy
Ask AI
{
"message"
:
"abc123"
,
"code"
:
"FIELD_TOO_LONG"
,
"field"
:
"abc123"
}
⌘I