Skip to main content
Object Contains both an abstracted response code and raw network response code.

Fields

processorResponseCode
required
A normalized 4-character response code defined by Tesouro that maps to the network response codes.
networkResponseCode
A response code provided by the card network indicating whether the transaction was approved, or declined.
{
  "processorResponseCode": "A0000",
  "networkResponseCode": "xyz789"
}