Skip to main content
These are non critical errors encountered by an internal service that interrupts the processing of a request. Validation errors will come in the following form:
Response: Service Error
Response Code: 200
{
 "data": null,
 "errors": [
     {
        "message": "A service error has occurred while processing your request",
        "path": [
            "reverseTransaction"
        ],
        "extensions": {
            "code": "SERVICE_ERROR",
            "advice": "Attempt the transaction again after waiting several minutes. If error persists contact Tesouro",
        }
     }
 ]
}