Order ID not present in order details after successful transaction with the delayed notification payment method #6142
Labels
category: core
WC Payments core related issues, where it’s obvious.
component: upe
type: bug
The issue is a confirmed bug.
Describe the bug
Delayed payment methods are those where the funds are only available after some time. In live mode, such payments might take up to 14 business days. This behavior is also implemented and can be tested in the testing environment, but the waiting time is 3 minutes. Sofort payment method is one of these types of payments. After authorizing the payment, it's Pending and updates to the Successful state after 3 minutes. The problem this issue needs to resolve is that for Sofort, the Order ID isn't visible in the order details after the payment is made. It's provided only after 3 minutes when the status changes to Processing in WC Orders.
To Reproduce
Actual behavior
Order ID appears only after the Order status changes to Processing.
Screenshots
Sofort pending transaction with missing order details
Sofort transaction has order details after payment is made
Expected behavior
Order ID appears right after the Order has been placed and is in Pending status. This is the expected behavior for the split UPE and the deferred intent creation UPE.
The text was updated successfully, but these errors were encountered: