Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

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