Object
Occurs when an acquirer token deTokenizes into a payment method that is not supportedby the current action.
implements IGraphQlError
Fields
A human readable description of the error.
deTokenizedPaymentMethodType
The type of payment method behind the token.
expectedPaymentMethodType
Tesouro response code indicating the error.
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
Unique ID for the transaction assigned by Tesouro.
{
"message": "xyz789",
"deTokenizedPaymentMethodType": "abc123",
"expectedPaymentMethodType": "abc123",
"processorResponseCode": "A0000",
"dateTimeUtc": "2007-12-03T10:15:30Z",
"errorDateTime": "2007-12-03T10:15:30Z",
"transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751"
}