Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
NetworkResponseDetails
Getting started
Risk, Fraud, and Disputes
Reporting
API
Boarding
Transaction processing
Resources
Overview
Welcome to Tesouro
Integration
About our GraphQL
Tokenization
Integration Overview
Playground
Sandbox
Rate limiting
Schema
Copy
Ask AI
{
"processorResponseCode"
:
"A0000"
,
"networkResponseCode"
:
"xyz789"
}
NetworkResponseDetails
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.
Schema
Copy
Ask AI
{
"processorResponseCode"
:
"A0000"
,
"networkResponseCode"
:
"xyz789"
}
⌘I