This is a similar issue as here
- During checkout, I choose Viva as payment method and place an order
- I get redirected to Viva for the payment.
- Enter the card details and make a successful payment.
- Then I get redirected on /checkout/order-received/{orderId}/?key=wc_order_{guid}
- I see correctly the order details but, even though the payment is successful (not preauthorized) there is a text placeholder:
- "Order is currently awaiting payment. After successful payment, we will send you an email confirmation." And also the page displays some Pay | Cancel actions, which actually are relevant when the order is in status "Awaiting Payment".
- Order in orders admin list is still "Awaiting Payment", although the payment is successfull.
- This happens in the demo/test environment, but i suppose the same will happern in the live environment as well

This is a similar issue as here