Skip to main content

Refund Commands — Critical Risk

These commands handle refund processing with direct financial impact.

:::danger Critical risk These commands process refunds and verify refund transactions. Failures can lead to incorrect amounts, duplicated refunds, customer satisfaction issues, and financial discrepancies. :::

Commands

menzzo:refund:alert

  • Schedule: every 4 hours (0 */4 * * *)
  • Intent: alert on pending refunds
  • Class: src/AppBundle/Command/Refund/RefundAlertCommand.php

menzzo:refund:check

  • Schedule: hourly (0 * * * *)
  • Intent: verify Hipay refund statuses
  • Class: src/AppBundle/Command/Refund/RefundCheckCommand.php