SIC Service Status API V1 [CH]

SIC Status API v1

1.0 (generated 2024-06-27T11:51:13Z)OAS 3.0

The SIC status API provides information about the current status of the electronic payment services provided by SIX Interbank Clearing Ltd. The information in the status API shows live data.

API Base URL
  • Server 1:https://api.six-group.com/api/sic/pci_p/status/v1
  • Server 2:https://api.p2p.six-group.com/api/sic/pci_p/status/v1
  • Server 3:https://api.fip.six-group.com/api/sic/pci_p/status/v1
Additional Information

status

SIC Status
Information about about the status of various services can be found here.

GET Status in JSON Format

Returns the service status data of the SIC service as a JSON object.

get

Response

200 application/json

Service status in JSON format

ServiceStatusResponseEntry

Status data for one service.

serviceIdentificationstringrequired

Values for Production Services: PCI_P
Values for Test environments:

  • SIC IP service: XCI_E; ACI_E; XCI_P; ACI_P; VCI_E; VCI_P

>= 1 characters<= 10 characters

Example:PCI_P

statusstringrequired

Status information for the service is either UP or DOWN or UNKNOWN.

>= 2 characters<= 20 characters

Example:UP

timestampstring(date-time)required

Date and time (according to ISO 8601) at which this status data was last checked.

Example:2024-12-21T10:52:05.1904957+01:00

get/servicestatus
 
200 application/json