Reports

These endpoints retrieve the current AIS and PIS status of Token.io-connected banks.

Get bank statuses

The GET /reports/banks/status endpoint returns the current AIS and PIS service status along with server status for all banks.

SecurityBearer or BasicAuth
Responses
200

Successful response

400

The client specified an invalid argument

401

The authorization information is missing or invalid

403

Permission to access this endpoint is denied

404

The requested entity, such as a payment, was not found

429

Too many requests

500

An unexpected or internal server error

501

The operation was not implemented

503

Service is unavailable

504

Gateway has timed out

get/reports/banks/status
Request samples
Response samples
application/json
{
  • "banksStatus": [
    ]
}

Get a bank status

The GET /reports/banks/{bankId}/status endpoint returns the current AIS and PIS service status for a specific bank.

SecurityBearer or BasicAuth
Request
path Parameters
bankId
required
string

The bank identifier, identical to the id in the repsonse to GET /banks.

Example: ob-goldbank
Responses
200

Successful response

400

The client specified an invalid argument

401

The authorization information is missing or invalid

403

Permission to access this endpoint is denied

404

The requested entity, such as a payment, was not found

429

Too many requests

500

An unexpected or internal server error

501

The operation was not implemented

503

Service is unavailable

504

Gateway has timed out

get/reports/banks/{bankId}/status
Request samples
Response samples
application/json
{
  • "bankStatus": {
    }
}