Important

You are browsing upcoming documentation for version 7.0 of OroCommerce, scheduled for release in 2026. Read the documentation for version 6.1 (the latest LTS version) to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

CLI Commands (OroStripePaymentBundle) 

oro:cron:stripe-payment:re-authorize 

The oro:cron:stripe-payment:re-authorize initiates renewal of payment authorization for uncaptured payments that are about to expire.

Uncaptured payments automatically expire a set number of days after creation (7 days by default). Once expired, they are marked as refunded, and any attempt to capture them will fail.

The command is run automatically by the cron job every hour, but you can also run it manually:

php bin/console oro:cron:stripe-payment:re-authorize