PortX ORCA System API (0.13.1)
Download OpenAPI specification:Download
E-mail: betiana.darderes@portx.io
Provides access to ORCA system-level functionalities, including operations, banking core status, and monitoring features.
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
- 200
- 500
Content type
application/json
{- "operationMode": "MemoPostMode",
- "name": "This is a description.",
- "version": "This is a description.",
- "availableEndpoints": [
- "This is a description."
], - "restrictions": [
- {
- "name": "WireTransferIn",
- "restrictionPurpose": "This is a description.",
- "enableIndicator": true,
- "disableConditions": [
- "LessThanMinAmount"
], - "validFrom": "2022-04-17",
- "validUntil": "2022-04-17",
- "status": "Pending"
}
]
}
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
- 200
- 500
Content type
application/json
{- "holidays": [
- {
- "date": "2022-04-17",
- "fullDayIndicator": true
}
], - "businessDays": [
- {
- "weekDay": "Tuesday",
- "openTime": "08:00:00",
- "closeTime": "08:00:00",
- "fullDayIndicator": true
}
], - "timeZone": "Pacific"
}