v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > JournalLine

Reads a single Journal line

Reads a single Journal line

get/api/2026-07-01/resources/finance/journal_lines/{id}

Path parameters

idstring required

Filter by specific JournalLine IDs

Response

OK

idstring required

Factorial id

numberinteger required

Sequential number assigned to the line

debit_amount_centsinteger required

The debit amount in cents

credit_amount_centsinteger required

The credit amount in cents

journal_entry_idstring required

ID of the parent journal entry

account_idstring required

ID of the associated account

fully_reconciled_atstring

Timestamp when the journal line was reconciled

external_idstring

External identifier for the journal line

updated_atstring required

Timestamp when the journal line was last updated.

Example response

{
  "id": "1234",
  "number": 1,
  "credit_amount_cents": 100,
  "journal_entry_id": "4321",
  "account_id": "9876",
  "fully_reconciled_at": "2025-01-01T00:00:00.000Z",
  "external_id": "EXT-LINE-001",
  "updated_at": "2025-01-01T00:00:00.000Z"
}