Bank Accounts
API Reference
DraftLast reviewed 2026-06-23Nostro and vostro bank account management
Get a bank account by ID
Get a bank account by ID
Update a bank account's mutable fields
Updates accountNumber, accountName, correspondentBank, swiftBic, and isPrimary. Returns 400 if legalEntityId, currency, or accountType differ from the stored values.
Deactivate (soft-delete) a bank account
Sets is_active = false. FK references to cash_balances and ssis are preserved.
List bank accounts for a legal entity
Returns all bank accounts for the specified legal entity party UUID.
Create a bank account
Creates a new nostro or vostro bank account for a legal entity.