Ledger balances
Create new balance
Create a new ledger balance with the Java SDK.
POST
Create new balance
Use
blnk.ledgerBalances().create for this operation.
1
Call the method
- Ledger balance
- General Ledger indicator
2
Save the balance ID
Use
response.data().get("balance_id").asText() as the source or destination on transactions, or when creating balance monitors.3
Response
- Ledger balance
- General Ledger indicator
201 Created
Related docs
View balance docs
Balance concepts and setup.
Create new balance
HTTP request and response schema.