Corporate sandbox endpoint deprecation

Page retired on 13 March 2024

As of October 2023, Pismo has deprecated all of the Corporate Sandbox endpoints. The new endpoints can handle much more complex transactions across many organizations and regions.

Deprecated endpoints

The following table lists the deprecated endpoints and the new endpoints that replace them. The new endpoints are available now in the test environment (EXT) and in production. For information about relevant dates, see Deprecation schedule.

Deprecated groupDeprecated endpointReplacement endpoint
HierarchiesPOST /corporate/hierarchiesPOST /corporate/v1/hierarchies
GET /corporate/hierarchiesGET /corporate/v1/hierarchies
GET /corporate/hierarchies/{hierarchyId}/levels/{levelId}GET /corporate/v1/divisions
POST /corporate/hierarchies/{hierarchyId}/levels/{levelId}/divisionsPOST /corporate/v1/divisions
PATCH /corporate/hierarchies/{hierarchyId}/levels/{levelId}/divisions/{divisionId}PATCH /corporate/v1/divisions/{divisionCode}
Suspense postingGET /corporate/hierarchies/{hierarchyId}/levels/{levelId}/divisions/{divisionId}/suspense-transactionsn/a
POST /corporate/suspense-transactionsn/a
AccountsPOST /corporate/accountsPOST /corporate/v1/corporate-accounts
GET /corporate/accountsGET /corporate/v1/corporate-accounts/{externalAccountId}
PATCH /corporate/accounts/{accountId}PATCH /corporate/v1/corporate-accounts/{externalAccountId}
POST /corporate/accounts/{accountId}/closePOST /corporate/v1/corporate-accounts/{externalAccountId}/close
GET /corporate/balance-historyGET /bank-statements/v1/account-balances/{externalAccountId}/history
LimitsPATCH /corporate/accounts/{accountId}/limitn/a
TransactionsPOST /corporate/payments
POST /corporate/payments/force
POST /corporate/v1/payments
POST /corporate/payments/schedulesPOST /corporate/v1/scheduled-payments
GET /corporate/payments/schedulesGET /corporate/v1/scheduled-payments
DELETE /corporate/payments/schedules/{scheduleId}CANCEL /corporate/v1/scheduled-payments/{scheduledPaymentId}
TriggersPOST /corporate/triggers/balance-thresholdn/a
EarmarkingPOST /corporate/earmarks
POST /corporate/earmarks/force
POST //corporate/earmarks/{earmarkId
POST /corporate/v1/earmarks
GET /corporate/earmarksGET /corporate/v1/earmarks
DELETE /corporate/earmarks/{earmarkId}DELETE /corporate/v1/earmarks/{earmarkId}
PATCH /corporate/earmarks/{earmarkId}PATCH /corporate/v1/earmarks/{earmarkId}
Deposit bonusPOST /corporate/deposit-bonusn/a

📘

If your services use any of the deprecated endpoints, you must switch to the new endpoints in your production environment before the deprecated endpoints are decommissioned. For more information about deprecation, see API life cycle and deprecation strategy.