v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounts
Update transaction banking account status
Update the status of a transaction banking account and the statuses of all the account's children.
This endpoint generates the following event:
For more information on account status and reasons, see Manage account statuses.
Note: This endpoint requires an account token — an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
patch/corporate/v2/corporate-accounts/{externalAccountId}/status
Path parameters
externalAccountIdstring required
External account ID
Request body
Example request
{
"status": "DORMANT",
"reason_external_id": "CREDIT_ONLY",
"update_children": true
}Response
OK