SIC Clearing Day Calendar API V1 [CH]

Clearing Day Calendar v1

1.0 (generated 2024-03-27T17:02:01Z)OAS 3.0

The clearing day calendar contains scheduling information for the electronic payment services provided by SIX Interbank Clearing Ltd. The information in the clearing day calendar includes events scheduled for future dates.

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

calendar

Clearing Day Calendar
Informations about future clearing days can be found here.

GET Calendar in JSON Format

Returns the clearing day calendar data as a JSON object.

get

Query Parameters

calendarDaystring(date)

Calendar day (according to ISO 8601) that should be returned by the API call. If not specified all available, future entries are returned.

serviceIdentificationstring

Service identification that should be returned by the API call. If not specified all available services are returned.

Response

application/json

Clearing day calendar in JSON format

ClearingDayCalendarJsonResponse

Toplevel element that contains metadata and clearing day calendar entries.

metaDataobjectrequired

Information about the validity and creation stamp.

Show Child Parameters
entriesarray[object]required

Contains clearing day information for a specific calendar date.

Show Child Parameters
get/calendar
 
application/json

HEAD Calendar in JSON Format

Clearing day calendar file in JSON format (only head, no content).

head

Query Parameters

calendarDaystring(date)

Calendar day (according to ISO 8601) that should be returned by the API call. If not specified all available, future entries are returned.

serviceIdentificationstring

Service identification that should be returned by the API call. If not specified all available services are returned.

Response

Content can be downloaded with GET method.

head/calendar
 

GET Calendar File in CSV Format

Clearing day calendar file in CSV format, with header row. The file encoding corresponds to the Unicode character set UTF-8 and must be read accordingly (umlauts, etc.).

get

Query Parameters

calendarDaystring(date)

Calendar day (according to ISO 8601) that should be returned by the API call. If not specified all available, future entries are returned.

serviceIdentificationstring

Service identification that should be returned by the API call. If not specified all available services are returned.

Response

Clearing day calendar file in CSV format.

get/calendar.csv