Skip to main content
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
bankAccountId
required
The associated bank account id
{
  "message": "xyz789",
  "code": "MISSING_FIELD",
  "field": "abc123",
  "bankAccountId": "72ef289d-77d4-4696-8a08-da83ed15b751"
}