Create a Subledger Balance
Create a Subledger Balance object. The newly created Subledger Balance will have a status of active and a status_reason of active, and a unique id with prefix subledger_balance_ will be auto-generated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Idempotency key
5 - 255Body
Unique identifier for the Account object that the Subledger Balance belongs to. Must reference an Account object in a permitted status (active or inactive). If the Account includes a capabilities array, the requested Subledger Balance type must be supported.
64"account_v9K4p2M7nL1wQ8xR5zB6tY3jH0gA"
A name for the product or Subledger Balance being offered to the end-user (e.g., Rainy Day Fund, BNPL loan).
64"Personal Loan - Home Improvement"
A three-letter currency code as defined in ISO 4217.
USD "USD"
The type of Subledger Balance.
credit "credit"
- Non-Revolving
- Revolving
ID of the underlying settlement bank account where funds for the Subledger Balance are held. Only applicable for certain use cases.
"12345"
A set of key-value pairs that can be used to store additional information related to this object.
Response
Subledger Balance created successfully
Unique identifier for the account that the Subledger Balance belongs to.
"account_v9K4p2M7nL1wQ8xR5zB6tY3jH0gA"
Lead-generated unique identifier for the Subledger Balance. This ID should subsequently be used when reporting on this object in the Balance file.
"subledger_balance_k8L2n9QpW3xR5vT7mZ4jS1bA6cG"
A name for the product or Subledger Balance being offered to the end-user (e.g., Rainy Day Fund, BNPL loan).
"Personal Loan - Home Improvement"
ID of the underlying settlement bank account where funds for the Subledger Balance are held. Only applicable for certain use cases.
"12345"
A three-letter currency code as defined in ISO 4217.
USD "USD"
An ISO-8601 timestamp at which the Subledger Balance was created in Lead's system.
"2025-09-02T11:01:36Z"
An ISO-8601 timestamp at which the Subledger Balance was last updated in Lead's system.
"2025-09-02T11:05:00Z"
Status of the Subledger Balance.
active, inactive, closed "active"
Reason associated with the status of the Subledger Balance.
"active"
The type of Subledger Balance.
credit, deposit "credit"
A set of key-value pairs that can be used to store additional information related to this object.
- Non-Revolving
- Revolving

