The Balance Records API is a read-only ledger of financial operations on a Wix Payments merchant account. Each balance record represents 1 financial operation (a payment, refund, chargeback, reserve hold or release, top-up, or Wix Capital movement) and how it affected the account's balance.
A balance record describes the effect of a financial operation on the balance, not the operation itself. For payment details such as the payment method, authorization, and capture, use the Transactions API. Disputes are managed through the Disputes API, and each dispute's effect on the balance appears here as CHARGEBACK and CHARGEBACK_FEE records. To trigger or schedule a payout, use the Payouts API.
With the Balance Records API, you can:
AVAILABLE, PENDING, or RESERVE).For an in-depth conceptual map, including types, statuses, lifecycles, settlement, tags, virtual records, and immutability, see About Balance Records.
A balance record is 1 entry on the account ledger, caused by 1 financial operation. Payments, refunds, chargebacks, reserves, top-ups, and Wix Capital movements are owned by other services. The balance record is how their effect on the merchant's balance appears.
Payouts do not create balance records. A payout sends funds from the Wix Payments account to the merchant's bank, and stamps each settled record it includes with its payoutId.
It's important to note the following points before starting to code:
amount, fee, and net fields never change after creation. Adjustments are always expressed as new records. For example, a REFUND_REVERSAL is a new record, not an edit to the original REFUND.net equals amount - fee. A positive amount is a credit to the account, and a negative amount is a deduction.recordStatus field is response-only and can't be used as a filter on list or query requests. To filter by a record's effect on the balance (for example, AVAILABLE, PENDING, or RESERVE), pass values to the tags request field instead.PAID_OUT, with one exception: a RESERVE_HOLD in a payout ends at DEDUCTED_FROM_PAYOUT, because the held amount is subtracted from the payout total rather than sent to the merchant.PAID_OUT is used for both regular payouts and Wix Checking Instant Access transfers, distinguished by which detail block is populated. A record with payoutInfo was sent via a regular payout, where bank settlement can take several days. A record with bookTransferInfo was funded via a Wix Checking Instant Access transfer, where the funds are immediately available.CHARGEBACK_FEE alongside the CHARGEBACK.recordStatus moves from PENDING_CREDIT to CREDITED.payoutId.RESERVE_HOLD and RESERVE_RELEASE.AVAILABLE or PENDING) that the server expands into a composite filter at query time. Tags aren't stored on records.ESTIMATED_RESERVE_HOLD and ESTIMATED_RESERVE_RELEASE tags. It has no id and no appliedDate.Last updated: 14 July 2026