Get reconciliation status
Returns the side-by-side reconciliation view of a bank account with matched and open items. Open items contain both the document amount in document currency and the EUR booking value (`base_amount`, `base_currency`). For foreign-currency items, matching is based on the EUR booking value.
GET
/v1/bank-accounts/:id/reconciliation Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token. Responses
200
Success
400
INVALID_INPUT Required fields are missing or values do not match the expected format.
404
NOT_FOUND The requested resource was not found.
GET
cURL /v1/bank-accounts/:id/reconciliation -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/bank-accounts/:id/reconciliation' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON Side-by-side view with open vs. reconciled transactions and current booking state. `ledger.amount` / `unmatched_ledger.amount` are in `currency`; additionally `base_amount` is returned in `base_currency`.