v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays v2 - Transaction banking (deprecated)
Create holiday (deprecated)
DEPRECATED. Call the Add holiday endpoint instead.
This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.
Create a holiday—a day on which your company's offices are closed for normal business activity though online financial transactions and other business activity could still be occurring.
Note: This endpoint is designed for transaction banking. For more information, refer to Calendars and holidays in transaction banking.
post/holidays-core/v2/holiday
Request body
Example request
{
"name": "New Year's Day",
"holiday_date": "2023-12-01",
"description": "Day to party like it's 1999",
"administrative_division_id": 100100,
"external_id": "38400-000"
}Response
Holidays response
Example response
{
"id": 8675309,
"name": "New Year's Day",
"description": "Day to party like it's 1999",
"holiday_date": "2023-12-01",
"next_business_date": "2023-01-02",
"administrative_division_id": 100100,
"metadata": "{ \"key\": \"value\"}"
}