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 | |
| Payment configurations | 1 Sept 2025 | 1 Feb 2026 | |
| Transaction banking: operation block | May 2026 | 30 May 2026 | 30 May 2026 |
| Transaction banking: Get AES key | January 2026 | 30 January 2026 | 30 January 2026 |
| Transaction banking: Multi-leg payment endpoints | May 2026 | 6 May 2026 | 6 May 2026 |
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 |
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 30 May 2026 and replaced by their corresponding v2 endpoints.
| Deprecated endpoint | Replacement endpoint |
|---|---|
| Create operation block | Create operation block |
| List operation blocks | List operation blocks |
| Revoke operation block | Revoke operation block |
Note
These endpoints are new additions to the v2 Operation Block API:
Deactivation and removal date
The endpoint listed here will be deactivated (removed) on 30 January 2026 and replaced by a newer version.
| Deprecated endpoint | Replacement endpoint |
|---|---|
| Get AES key | Get AES key (encrypted response) |
Deactivation and removal date
The deprecated endpoints listed here will be deactivated (removed) on 6 May 2026 and replaced by their corresponding v2 endpoints.
| Deprecated endpoint | Replacement endpoint |
|---|---|
| Post multi-leg payment v2 | Post multi-leg payment v3 |
| Get multi-leg payment status v2 | Get multi-leg payment status v3 |
Updated 1 day ago