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 |
---|---|---|---|
Accounts | 1 Sept 2025 | 1 Sept 2025 | |
Adjustments | May 2023 | 31 May 2025 | 31 May 2025 |
Banking | 30 June 2025 | 30 June 2025 | 30 June 2025 |
CRM | November 2024 | 1 June 2025 | 1 June 2025 |
Payment configurations | 1 Sept 2025 | 1 Feb 2026 | |
Transaction banking operation block | August 2025 | 19 December 2025 | 19 December 2025 |
For more information about Pismo's API life cycle, refer to API life cycle and deprecation strategy .
Accounts API
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 1 Sept 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 List statements Update statements due date Create account application |
Adjustments API
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 31 May 2025.
For any new deployments, use the force operation endpoints instead. For more information, refer to the Force operation guide.
Deprecated endpoint | Replacement endpoint |
---|---|
Create adjustment | Force operation, Cancel forced operation |
Get reversal types | N/A |
Get adjustment types | N/A |
Get adjustment | N/A |
Banking API
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 30 June 2025.
Deprecated endpoint | Replacement endpoint |
---|---|
Create transaction types | N/A |
Get account income report | N/A |
Get account annual fees report | N/A |
List transaction types | N/A |
CRM API
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 1 June 2025.
Deprecated endpoint | Replacement endpoint |
---|---|
/crm/v1/customer/find | List accounts by document number Get account Get customer |
/crm/v2/customer/find | List accounts by document number Get account Get customer |
Payment configurations
Deprecated endpoint | Replacement endpoint |
---|---|
Create processing code | Create processing code (Orgs operation API) |
List processing codes | List processing codes (Orgs operation API) |
Update processing code | Update processing code (Orgs operation API) |
Transaction banking
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 19 December 2025 and replaced by their corresponding v2 endpoints.
Deprecated endpoint | Replacement endpoint |
---|---|
Create operation block | Create operation block (v2) |
List operation blocks | List operation blocks (v2) |
Revoke operation block | Revoke operation block (v2) |
Note
These endpoints are new additions to the v2 Operation Block API:
- Get operation block details
- Update operation block
Updated 4 days ago