You can create a plugin for Before Place order action In Magento 2 using beforePlace() method.
When you required to check or set data before place order in Magento 2, You can use a plugin for OrderManagementInterface interface place() method.
place() method from the Magento\Sales\Api\OrderManagementInterface interface class used to Place order operation in Magento 2 from checkout page.
Continue reading “Before place order checkout action plugin Magento 2.”