Inflight Transactions
A transaction will stay inflight indefinitely until it is acted upon or expired. There are two ways to act on an inflight transaction:
-
Commit: The transaction completes successfully, an
APPLIED
transaction is created and the funds move between balances. -
Void: The transaction is canceled, a
VOID
transaction is created and any holds are released.
Commit Transaction

- Select Commit transaction or press C on your keyboard.
- Leave Amount to commit empty.
- Confirm in the modal.
- A new linked transaction is created with its status updated to
APPLIED
.
- Enter the amount in Amount to commit.
- A new linked transaction is created for that portion.
- The rest remains inflight.
- For the final commit, leave Amount to commit empty.
Void Transaction
Voiding permanently cancels an inflight transaction and releases any remaining balance. This cannot be undone. Both the transaction and any remaining inflight amounts are affected.
- Select Void transaction or press V on your keyboard.
- Confirm in the modal.
- A new linked transaction is created with its status updated to
VOID
.
Refund Transaction
Refunding sends funds back to the source balance.
- Select Refund transaction or press R on your keyboard when on the transaction details page.
- Confirm your action in the modal.
- A new record is created with the refunded amount and status
APPLIED
.