-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Which component is this issue related to?
Umbraco Commerce (Payment Provider - Stripe)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
v13.2
Bug summary
We're using umbraco v13.8.1 and umbraco commerce v13.2.0. User is making stripe payment using a card, which for some reason fails. This updates the order status to fail/error. Next he is using a stripe link option which goes through successfully. However the order status is not updated to success.
Specifics
We have turned the stripe link option on in stripe

Successful payment using stripe link (order was refunded later which is why we see the 'refunded' status) -

Transaction summary from stripe -

I suspect the payment status didn't return success which is why the order didn't get updated.
Steps to reproduce
Step1 - Make a payment with the card that would fail
Step2 - Use Stripe Link for the succesful payment
Expected result / actual result
Expected result - order should be finalised and status should be updated
Actual restult - order is not finalised and status remains 'Error'
Dependencies
No response
This item has been added to our backlog AB#54675
