Deposits
Deposit management operations
📄️ List deposits
Returns a paginated list of deposits for the specified company.
📄️ Create deposit
Creates a new deposit with the specified details.
📄️ List undeposited funds
Returns a paginated list of payments awaiting deposit.
📄️ Get deposit
Retrieves a deposit by its unique identifier.
📄️ Void deposit
Voids a deposit, restoring linked payments to undeposited status and preventing further modifications.
📄️ Patch deposit
Applies granular PATCH operations to a deposit with optimistic locking.
📄️ Commit deposit
Commits a pending deposit, creating a ledger transaction (debit Bank, credit Undeposited Funds or Income) and finalizing the document.