Skip to main content
Object Occurs when there is no boarded route with Tesouro to process the presented payment method. implements IGraphQlError

Fields

message
required
A human readable description of the error.
paymentBrand
required
The assigned payment brand of the payment method presented for processing.
boardedPaymentBrandsForAcceptor
required
The current list of payment brands Tesouro has routes to support.
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": "xyz789",
  "paymentBrand": "VISA",
  "boardedPaymentBrandsForAcceptor": [
    "VISA"
  ],
  "processorResponseCode": "A0000",
  "dateTimeUtc": "2007-12-03T10:15:30Z",
  "errorDateTime": "2007-12-03T10:15:30Z",
  "transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751"
}