By jaypabs on
I am trying to figure out how to add the gateway of my merchant so I can accept credit card payment.
I have given a url by my merchant and I can redirect to this url easily using my own php code. But I can't find a way to integrate it using ubercart.
Example gateway is:
https://test.mymerchantgateway.com/ECN/eng/payment/payForm.jsp
So that when my customer checkout it will be redirected to the url above and when the payment is successful it will return to my website using the "successUrl" like:
<input type="hidden" name="successUrl" value="http://mydomain.com/success.php">