# API endpoint deprecation and removal schedule This guide lists the current API endpoint deprecation schedule. For detailed information about each item, refer to the sections below. | API | Sunset date | Decommission date – Test (EXT) | Decommission date – Production | | :----------------------------------------------- | :---------- | :----------------------------- | :----------------------------- | | Account limits report files (v1) | Nov 2025 | 30 Jun 2026 | 30 Jun 2026 | | CRM (all endpoints) | Dec 2025 | 4 Jun 2026 | 4 Jun 2026 | | Holidays and admin divisions | Apr 2026 | 30 Oct 2026 | 30 Oct 2026 | | Marketplace merchant | Jan 2026 | 7 July 2026 | 7 July 2026 | | Merchant transactions | Jan 2026 | 7 July 2026 | 7 July 2026 | | Statements: List statements | Oct 2025 | 4 May 2026 | 4 May 2026 | | Statements: Get account total due | Mar 2026 | 31 Aug 2026 | 31 Aug 2026 | | Statements: List transaction types | Mar 2026 | 26 Sep 2026 | 26 Sep 2026 | | Transaction banking: operation block | Nov 2025 | 30 May 2026 | 30 May 2026 | | Transaction banking: multi-leg payment endpoints | Nov 2025 | 6 Aug2026 | 6 Aug 2026 | | Transaction banking: Float payment endpoints | Jan 2026 | 30 Jul 2026 | 30 Jul 2026 | | Create combo card (Cards) | Jan 2026 | 30 Jul 2026 | 30 Jul 2026 | For more information about Pismo's API life cycle, refer to [API life cycle and deprecation strategy](https://developers.pismo.io/pismo-docs/docs/api-deprecation-strategy).
Accounts > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **1 September 2025.**
Deprecated endpoints Replacement endpoints
GET /v2/accounts/:accountld/statements GET /v1/accounts/:accountld/statements POST /v2/customers/document-number GET /v1/customers/:customerId/authorizations PUT /v1/accounts/:accountld/duedate GET /v1/accounts/:accountld/authorizations [List transactions ](https://developers.pismo.io/pismo-docs/reference/listtransactions) [List statements ](https://developers.pismo.io/pismo-docs/reference/getbystatementid) [Update statements due date ](https://developers.pismo.io/pismo-docs/reference/getbystatementid) [Create account application](https://developers.pismo.io/pismo-docs/reference/post-acquisitions-v3-s2s-applications)
Account limits report files > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **30 June 2026** (PISMO-297949). | Deprecated report | Replacement report | | :------------------------------------------------------------------------------ | :---------------------------------------------------------------------- | | [Account limits report files (outdated)](https://developers.pismo.io/pismo-docs/docs/account-limits-report-files) - v1 | [Account limits report files](https://developers.pismo.io/pismo-docs/docs/account-limits-report-files-v2) - v2 |
Cards > 🚧 Deactivation and removal date > > The deprecated endpoint listed here will be deactivated (removed) on **30 July 2026** (PISMO-307995) | Deprecated endpoint | Replacement endpoint | | :--------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Create combo card](https://developers.pismo.io/pismo-docs/reference/post-v1-combocard-relationship) | [Create card](https://developers.pismo.io/pismo-docs/reference/post-v2-card) (Use [modes](https://developers.pismo.io/pismo-docs/docs/cards-overview-1#create-a-combination-card-with-card-modes)) |
CRM > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **4 June 2026** (PISMO-302228). | Deprecated endpoint | Replacement endpoint | | :------------------------------------------------------ | :-------------------------------------------------------------------------------------------- | | POST /crm/customers/\{customerId}/accounts/\{accountId} | No replacement – you will need to write your own direct calls to the official Pismo endpoints | | /crm/\* | No replacement – you will need to write your own direct calls to the official Pismo endpoints |
Holidays and admin divisions > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **October 2026** (PISMO-312616).
Deprecated endpoints Replacement endpoints
Create holiday
POST /holidays-core/v2/holiday
Add holiday
POST /v1/holiday-calendar/holiday
List holidays
GET /orgs-core/v1/orgs/holidays
List holidays
GET /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/holiday
Update holiday
PUT /orgs-core/v1/orgs/holidays/(id)
Update holiday
PATCH /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/holiday/(holiday\_id)
Delete holiday
DELETE /orgs-core/v1/orgs/holidays/(id)
Delete holiday
DELETE /holidays-core/v1/holiday-calendar/:holiday\_calendar\_id/holiday/:holiday\_id
Create holiday
POST /holidays-core/v1/holiday
Add holiday
POST /holidays-core/v1/holiday-calendar/holiday
List holidays
GET /holidays-core/v1/holiday
List holidays
GET /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/holiday
Get holiday
POST /holidays-core/v1/holiday/validate
Get business day
POST /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/business-day
Update holiday name
PUT /holidays-core/v1/holiday/(holiday\_id)
Update holiday
PATCH /holidays-core/v1/holiday-Update holidaycalendar/(holiday\_calendar\_id)/holiday/(holiday\_id)
Delete holiday
DELETE /holidays-core/v1/holiday/(holiday\_id)
Delete holiday
DELETE /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/holiday/(holiday\_id)
Check if business day
POST /holidays-core/v1/search-business-day
Get business day
POST /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/business-day
List non-business days
GET /holidays-core/v1/non-business-days
Get non-business days
GET /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/non-business-days
List holidays with admin division ancestors
GET /holidays-core/v1/holiday/administrative-division/(administrative\_division\_id)/ancestors
List holiday calendars
GET /holidays-core/v1/holiday-calendar
Create holiday
POST /holidays-core/v2/holiday
Add holiday
POST /holidays-core/v1/holiday-calendar/holiday
List holidays
GET /holidays-core/v2/holiday
List holiday calendars
GET /holidays-core/v1/holiday-calendarOST /holidays-core/v1/holiday-calendar/holiday
Update holiday
PUT /holidays-core/v2/holiday/(holiday\_id)
Update holiday
PATCH /holidays-core/v1/holiday-calendar/(holiday\_calendar\_id)/holiday/(holiday\_id)
Create administrative division
POST /divisions-core/v1/administrative-division
Create holiday calendar
POST /holidays-core/v1/holiday-calendar
Get admin division info by external ID
GET /divisions-core/v1/administrative-division/external-id/(id)
Get calendar by external ID
GET /holidays-core/v1/holiday-calendar/external-id/(holiday\_external\_id)
Get admin division info
GET /divisions-core/v1/administrative-division/(id)
Get holiday calendar
GET /holidays-core/v1/holiday-calendar/(holiday\_calendar\_ID)
Update administrative division
PUT /divisions-core/v1/administrative-division/(id)
Update holiday calendar
PATCH /holidays-core/v1/holiday-calendar/(holiday\_calendar\_ID)
Delete administrative division
DELETE /divisions-core/v1/administrative-division/(id)
Delete holiday calendar
DELETE /holidays-core/v1/holiday-calendar/(holiday\_calendar\_ID)
Get admin division tree by admin division ID
GET /divisions-core/v1/administrative-division/(id)/tree
List holiday calendars
GET /holidays-core/v1/holiday-calendar
Get admin division tree by external ID
GET /divisions-core/v1/administrative-division/external-id/(id)/tree
List holiday calendars
GET /holidays-core/v1/holiday-calendar
Get admin division ancestors by admin division ID
GET /divisions-core/v1/administrative-division/external-id/(id)/tree
List holiday calendars
GET /holidays-core/v1/holiday-calendar
Get admin division ancestors by external ID
GET /divisions-core/v1/administrative-division/external-id/(id)/ancestors
List holiday calendars
GET /holidays-core/v1/holiday-calendar
Create administrative division
POST /divisions-core/v2/administrative-division
Create holiday calendar
POST /holidays-core/v1/holiday-calendar
Get admin division info
GET /divisions-core/v2/administrative-division/(id)
Get holiday calendar
GET /holidays-core/v1/holiday-calendar/(holiday\_calendar\_ID)
Update administrative division
PUT /divisions-core/v2/administrative-division/(id)
Update holiday calendar
PATCH /holidays-core/v1/holiday-calendar/(holiday\_calendar\_ID)
Marketplace merchant > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **7 July 2026** (PISMO–312936).
Deprecated endpoints Replacement endpoints
GET /marketplaces/v1/\{marketplaceId}/merchants GET /v2/marketplaces/\{marketplaceId}/merchants POST /marketplaces/v1/\{marketplaceId}/merchants/\{merchantId} DELETE /marketplaces/v1/\{marketplaceId}/merchants/\{merchantId} GET /marketplace/v1/marketplaces/\{marketplaceId} PUT /marketplace/v1/marketplaces/\{marketplaceId} POST /marketplace/v2/marketplaces [List merchants linked to a marketplace](https://developers.pismo.io/pismo-docs/reference/listmarketplacemerchantslinked) [List merchants linked to a marketplace](https://developers.pismo.io/pismo-docs/reference/listmarketplacemerchantslinked) [Link marketplace to merchants](https://developers.pismo.io/pismo-docs/reference/createmarketplacemerchantslink) [Unlink marketplace and merchant](https://developers.pismo.io/pismo-docs/reference/deletemarketplacemerchantlink) [Get marketplace by ID](https://developers.pismo.io/pismo-docs/reference/getmarketplacebyid) [Update marketplace](https://developers.pismo.io/pismo-docs/reference/updatemarketplace) [Create marketplace](https://developers.pismo.io/pismo-docs/reference/createmarketplace)
Merchant transactions > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **7 July 2026** (PISMO–316724).
Deprecated endpoints Replacement endpoints
POST /v1/merchants/\{merchantId}/transactions POST /v1/merchants/\{merchantId}/reversal-transactions [Create merchant transaction](https://developers.pismo.io/pismo-docs/reference/post-merchant-transaction-sale) [Cancel merchant transaction](https://developers.pismo.io/pismo-docs/reference/post-merchant-transaction-cancel)
Statements > 🚧 Deactivation and removal date > > The deprecated endpoint listed here will be deactivated (removed) on **4 May 2026** (PISMO-293204, PISMO-290070). | Deprecated endpoints | Replacement endpoints | | :-------------------------------------------------- | :-------------------------------------------------------------------------------------- | | GET /statements/v2/accounts/\{accountId}/statements | [List statements v3](https://developers.pismo.io/pismo-docs/reference/getbystatementid) | > 🚧 Deactivation and removal date > > The deprecated endpoint listed here will be deactivated (removed) on **31 August 2026** (PISMO-323483). | Deprecated endpoints | Replacement endpoints | | :------------------------------------------------- | :------------------------------------------------------------------------------------- | | GET /statements/v1/accounts/\{accountId}/total-due | [ Get account total due](https://developers.pismo.io/pismo-docs/reference/gettotaldue) | > 🚧 Deactivation and removal date > > The deprecated endpoint listed here will be deactivated (removed) on **26 September 2026** (PISMO-331027). | Deprecated endpoints | Replacement endpoints | | :--------------------------------------- | :---------------------------------------------------------- | | GET /statements-v2/v1/transactions-types | [List program transaction types](https://developers.pismo.io/pismo-docs/reference/gettransactiontypes_1) |
Transaction banking > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **30 July 2026** and replaced by their corresponding v2 endpoints (PISMO-316360). | Deprecated endpoint | Replacement endpoint | | :-------------------------------------------------------- | :---------------------------------------------------- | | [Post float cash-in](https://developers.pismo.io/pismo-docs/reference/post-corporate-float-cash-in) | [Create check posting](https://developers.pismo.io/pismo-docs/reference/corporate-post-v1-checks) | | [Settle float payment](https://developers.pismo.io/pismo-docs/reference/patch-corporate-float-cash-in) | [Release check](https://developers.pismo.io/pismo-docs/reference/post-corporate-v1-checks-release) | > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **30 May 2026** and replaced by their corresponding v2 endpoints (PISMO-297796). | Deprecated endpoint | Replacement endpoint | | :------------------------------------------------------------------- | :------------------------------------------------------------------- | | [Create operation block](https://developers.pismo.io/pismo-docs/reference/corporate-post-v1-operation-blocks) | [Create operation block](https://developers.pismo.io/pismo-docs/reference/corporate-post-v2-operation-blocks) | | [List operation blocks](https://developers.pismo.io/pismo-docs/reference/corporate-v1-list-operation-blocks) | [List operation blocks](https://developers.pismo.io/pismo-docs/reference/corporate-v2-list-operation-blocks) | | [Revoke operation block](https://developers.pismo.io/pismo-docs/reference/corporate-delete-v1-operation-block-id) | [Revoke operation block](https://developers.pismo.io/pismo-docs/reference/corporate-delete-v2-operation-block-id) | ### Note These endpoints are new additions to the v2 Operation Block API: * [Get operation block details](https://developers.pismo.io/pismo-docs/reference/corporate-get-v2-operation-blocks) * [Update operation block](https://developers.pismo.io/pismo-docs/reference/corporate-patch-v2-operation-block-id) > 🚧 Deactivation and removal date > > The deprecated endpoints listed here will be deactivated (removed) on **6 Aug 2026** and replaced by their corresponding v3 endpoints (PISMO-298216). | Deprecated endpoint | Replacement endpoint | | :----------------------------------------------------------------------- | :----------------------------------------------------------------------- | | [Post multi-leg payment v2](https://developers.pismo.io/pismo-docs/reference/corporate-v2-post-multileg-payments) | [Post multi-leg payment v3](https://developers.pismo.io/pismo-docs/reference/corporate-v3-post-multileg-payments) | | [Get multi-leg payment status v2](https://developers.pismo.io/pismo-docs/reference/corporate-v2-get-multileg-payment) | [Get multi-leg payment status v3](https://developers.pismo.io/pismo-docs/reference/corporate-v3-get-multileg-payment) |