Purpose
This guide defines daily routines and critical intervention steps for the Rentiva financial operations team and system administrators.
π Financial Operations Runbook
Financial operations consist of sequential steps designed to maintain the system's cash flow and data integrity.
π Daily Reconciliationβ
The following checks must be performed at the start of each business day:
- Pending Payouts: Review the aging of pending requests via the
Payout List Table. Flag any requests older than 48 hours for review. - Ledger Balance: Verify that the total debit/credit balance in the Ledger tables is consistent with the
Net Balancereported by the system. - Failed Webhooks: Scan the
WebhookLogtable to identify failed payment notifications.
βοΈ Governance Operationsβ
Intervention procedures via GovernanceService for critical situations:
βοΈ Vendor Freezeβ
When suspicious activity is detected:
- Enter the Vendor ID in the
Governancepanel. - Activate the Freeze flag.
- This action suspends all of the vendor's pending payouts and prevents them from creating new requests.
π Payout Approval Cycle (Maker-Checker)β
- Maker: The operations officer reviews and lists the request.
- Checker: The finance manager performs the
Bulk Approveaction after confirming that the operations officer has not approved a payout to their own account.
π Audit Log Verificationβ
In the event of any financial dispute:
- Locate the transaction ID in the
mhm_rentiva_ledgertable. - Verify that it matches the audit record created by
GovernanceService::log_decision(). - Confirm forensic integrity by checking timestamp and IP address consistency.
π Reversal Managementβ
For erroneous or duplicate payments:
- Use the
Ledger::record_reversal()method to add a new "Reversal" entry. - Never delete or update an existing Ledger record.
Section Summaryβ
- The "Delete" permission does not exist at any level in operational steps.
- Every intervention must leave an audit record.
- Daily reconciliation is mandatory for the financial health of the system.
Changelogβ
| Date | Version | Note |
|---|---|---|
| 23.04.2026 | 4.27.2 | English translation added. |
| 19.03.2026 | 4.21.2 | Page updated with reconciliation and Governance operational steps. |