/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
Path · 1
externalIdstringRequiredBank account external ID returned by the list endpoint.
Body · 1
displayNamestring | nullCustom 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
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.