Skip to main content
Object This occurs when an acceptor cannot be found because it does not exist or because it is not presented by the submitted presenter. implements IGraphQlError

Fields

message
required
A human readable description of the error.
unknownAcceptorId
required
The invalid acceptor Id.
presenterId
required
The presenter Id presented with this transaction.
organizationId
required
The organization Id presented with this transaction.
processorResponseCode
required
Tesouro response code indicating the error.
dateTimeUtc
required
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
errorDateTime
required
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
transactionId
required
Unique ID for the transaction assigned by Tesouro.
{
  "message": "abc123",
  "unknownAcceptorId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "presenterId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "organizationId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "processorResponseCode": "A0000",
  "dateTimeUtc": "2007-12-03T10:15:30Z",
  "errorDateTime": "2007-12-03T10:15:30Z",
  "transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751"
}