I want to retrieve transaction intent of stripe using webhook. How can we retrieve transaction intent
I want to add order number in the stripe. As per the current commerce_stripe module does does not allow to add order number in strip. So I need to make a either a webhook or API call to update the order number in stripe.
So I have created a module with order_complete event and call ordercomletesubscriber event
and get order number on success order complete