v1
latestOpenAPI 3.1.02026-07-241910582.8 KBGet Ledger Account Statement
get/ledger_account_statements/{id}
Path parameters
idstring required
The ID of the ledger account statement.
Response
200
Example response
{
"id": "0542a9bc-0d11-43cb-912a-b61440172735",
"object": "ledger_account_statement",
"live_mode": true,
"ledger_id": "18fzx042-20v6-453e-9453-41d830590775",
"description": "March 2023 Statement",
"ledger_account_id": "cffdb669-3a69-4845-88c2-aas554a83e90",
"ledger_account_lock_version": 93,
"ledger_account_normal_balance": "debit",
"effective_at_lower_bound": "2023-03-01T00:00:00.000000Z",
"effective_at_upper_bound": "2023-04-01T00:00:00.000000Z",
"starting_balance": {
"pending_balance": {
"debits": 33218,
"amount": 33218,
"currency": "USD",
"currency_exponent": 2
},
"posted_balance": {
"currency": "USD",
"currency_exponent": 2
},
"available_balance": {
"currency": "USD",
"currency_exponent": 2
}
},
"ending_balance": {
"pending_balance": {
"debits": 52851,
"amount": 52851,
"currency": "USD",
"currency_exponent": 2
},
"posted_balance": {
"currency": "USD",
"currency_exponent": 2
},
"available_balance": {
"currency": "USD",
"currency_exponent": 2
}
},
"created_at": "2023-06-01T15:43:24Z",
"updated_at": "2023-06-01T15:43:24Z"
}