I have a 2.0.x cs-cart and I activated the Delta Pay payment type.
The admin panel gave me the 4 urls required to send to the bank in order to
receive the merchand-id.
The success url, the failure url and the cancel url are like this:
http://www.mysite.com/site/index.php?dispatch=payment_notification.process&payment=deltapay
```<br />
<br />
However, when I try these urls, I receive a 404 - Page Not Found error.<br />
<br />
Is there an error in the urls the admin panel gave me?<br />
:confused: