v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounts

Update transaction banking account

Update a transaction banking account.

NOTE: This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.

This endpoint generates the following events:

patch/corporate/v1/corporate-accounts/{externalAccountId}

Path parameters

externalAccountIdstring required

External account ID

Request body

division_codestring

Code used to identify your division within the organization. Division code should only contain letters, numbers, and hyphens.

program_idnumber

Pismo program ID.

Example request

{
  "division_code": "US",
  "program_id": 1010
}

Response

No Content