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 |
Card Tokenization | 30 April 2025 | 30 April2025 | |
CRM | November 2024 | 1 June 2025 | 1 June 2025 |
Payment configurations | 1 Sept 2025 | 1 Feb 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 |
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 |
Card tokenization API
Decommission/removal date for both Testing (EXT) and Production is April 30, 2025.
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) |
Updated 12 days ago