DocsAPI ReferenceBank Account/bff/bank-account/{externalId}/update
postBank AccountAdmin BFF

/bff/bank-account/{externalId}/update

Partial-update of organisation-scoped, user-editable fields on a bank account. Currently exposes displayName. Designed to grow safely: unspecified fields are left untouched, null / "" clears the value.

Bank accountpostBffBank-accountByExternalIdUpdate

Parameters

1 path · 1 body

2 total
Path · 1
externalIdstringRequired

Bank account external ID returned by the list endpoint.

Body · 1
displayNamestring | null

Custom user-facing label for the account. Empty string or null clears it (the UI will then fall back to domesticLabel / IBAN / external ID).

Request

POST /bff/bank-account/{externalId}/update

post
curl -X POST "https://api.bizkithub.com/bff/bank-account/example_externalId/update" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key