Enonic version: 6.9.x
OS: Centos 6
Hi,
I’m implementing a mobile payment solution using Vipps by DNB. On the webshop, when user goes to Checkout and klikk “Pay”, it will display an awaiting spinner, and when the user has confirmed the payment with her/his mobile phone. My server will receive a callback from Vipps backend system that says the payment is succeeded. Then my server has to tell the actual web client that the payment is done and then discard the spinner and displays a message to user.
My question is:
How can my server know and send the “succeeded” message to the actual/right web client?
Is web push API the thing I can use to solve this?
Thanks.