Skip to main content

PortX ORCA System API (0.13.1)

Download OpenAPI specification:Download

Provides access to ORCA system-level functionalities, including operations, banking core status, and monitoring features.

Core

Banking Core Information

Retrieves the banking core status to which ORCA is connected.

Authorizations:
jwtopenIdConnect
header Parameters
servicerId
string (Id) [ 1 .. 300 ] characters
Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002

Account Servicer Identification (Bank)

servicerBranchId
string (ServicerBranchId) [ 1 .. 36 ] characters
Example: SEA_1

Identification of the account servicer institution at branch level or center level.

Responses

Response samples

Content type
application/json
{
  • "operationMode": "MemoPostMode",
  • "name": "This is a description.",
  • "version": "This is a description.",
  • "availableEndpoints": [
    ],
  • "restrictions": [
    ]
}

Calendar

Retrieves information about business days, hours, and holidays.

Authorizations:
jwtopenIdConnect
header Parameters
servicerId
string (Id) [ 1 .. 300 ] characters
Example: 5fb9d4d6-1a3c-11ed-861d-0242ac120002

Account Servicer Identification (Bank)

servicerBranchId
string (ServicerBranchId) [ 1 .. 36 ] characters
Example: SEA_1

Identification of the account servicer institution at branch level or center level.

Responses

Response samples

Content type
application/json
{
  • "holidays": [
    ],
  • "businessDays": [
    ],
  • "timeZone": "Pacific"
}