Developer FAQ

How to configure SmoovPay Plugin for OpenCart?
Fill up the fields needed for the plugin settings.  Merchant ID is the email address you used to signup. Merchakt Key - (Secret Key) you can fin...
Mon, 1 Sep, 2014 at 1:54 AM
How to configure SmoovPay Plugin for WooCommerce?
Fill up the fields needed for the plugin settings.  Merchant ID is the email address you used to signup. Merchakt Key - (Secret Key) you can find ...
Fri, 25 Apr, 2014 at 6:13 PM
Sample codes of integration using PHP
Integrating SmoovPay via PHP Sample Codes: <?php  define('ACTION', 'pay');  define('MERCHANT', &#...
Fri, 10 Oct, 2014 at 2:38 PM
Sample codes of integration using .Net
Integrating SmoovPay via .Net Sample Codes: if (Request.HttpMethod == "POST")             {                 var secret_k...
Fri, 10 Oct, 2014 at 2:38 PM
Does Smoovpay have plug in for Shopify?
We do not have plug in for this.
Mon, 13 Oct, 2014 at 4:11 PM
How can I implement a cancel url page in my App?
1. Set the success url to 'http://localhost:8989/response/success' -> actually this can be anything as long as it is handled in the shouldOverrid...
Tue, 7 Apr, 2015 at 2:12 PM