Parameters for Lookup Request in the BalanceTransactions API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.BalanceTransactions. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Reads the immutable ledger entries behind an application's balance.
Balance transactions explain why funds moved: for example, a captured payment adds funds and a refund removes them. Use this API for reconciliation and audit trails rather than deriving a balance from orders or payments. Page through every result when calculating totals.
Summary
Functions
Builds a Inttegro.BalanceTransactions.LookupRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.BalanceTransactions.LookupRequest{transaction_id: String.t()}
A validated lookup request request.
Functions
Builds a Inttegro.BalanceTransactions.LookupRequest and raises KeyError when a required field is missing.