Read journal entries on a credit account. Includes purchases, interest, fees, rewards, payments, and adjustments. Journal entries are read-only — created by the platform.
Summary
Functions
Retrieves a journal entry by token.
Retrieves a journal entry. Raises on error.
Lists journal entry records on a credit account.
Lists journal entry records. Raises on error.
Returns a lazy stream of all journal entry records for an account.
Functions
@spec get(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Retrieves a journal entry by token.
Retrieves a journal entry. Raises on error.
@spec list(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Lists journal entry records on a credit account.
Lists journal entry records. Raises on error.
@spec stream(String.t(), map()) :: Enumerable.t()
Returns a lazy stream of all journal entry records for an account.