The GET /reports/banks/status
endpoint returns the current AIS and PIS service status along with server status for all banks.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "banksStatus": [
- {
- "aisStatus": "string",
- "bankId": "ob-modelo",
- "lastUpdatedAt": "27811843",
- "pisStatus": "string"
}
]
}
The GET /reports/banks/{bankId}/status
endpoint returns the current AIS and PIS service status for a specific bank.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "bankStatus": {
- "aisStatus": "string",
- "bankName": "Any Bank",
- "lastUpdatedAt": "27811843",
- "pisStatus": "string"
}
}