We are using a payment provider where you are redirected to the terminal to fill in creditcard details. The DIBS Payment Provider seems to be doing the same, and I have implemented our provider in a similar way.
When redirected back from the terminal to the webshop it should rerun the CartCheckout workflow, since the redirect broke it the first time. When I try to do this it breaks with: A workflow already exists for the given workflow instance ID.
Any suggestion on how I can solve this or other experience with this type of redirect payment implementation in EPiServer Commerce?
Hi
We are using a payment provider where you are redirected to the terminal to fill in creditcard details. The DIBS Payment Provider seems to be doing the same, and I have implemented our provider in a similar way.
When redirected back from the terminal to the webshop it should rerun the CartCheckout workflow, since the redirect broke it the first time. When I try to do this it breaks with: A workflow already exists for the given workflow instance ID.
Any suggestion on how I can solve this or other experience with this type of redirect payment implementation in EPiServer Commerce?