Skip to main content

Critical Risk: Refund Commands

These commands manage refund processing with direct financial impact.

!!! danger "Critical Risk" These commands process refunds and verify refund transactions. Failures can result in incorrect refund amounts, duplicate refunds, customer satisfaction issues, and financial discrepancies.

Commands​

menzzo:refund:alert​

Schedule: Every 4 hours (0 */4 * * *)

Purpose: Alert on pending refunds

Command Class: src/AppBundle/Command/Refund/RefundAlertCommand.php

View full documentation


menzzo:refund:check​

Schedule: Hourly (0 * * * *)

Purpose: Check Hipay refund status

Command Class: src/AppBundle/Command/Refund/RefundCheckCommand.php

View full documentation


For a complete list of refund-related commands, see the Progress Report.