Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Direcpay Payment Gateway Integration

    Hi,

    I have an active account with www.direcpay.com for using their gateway service for receiving online payments through net banking and credit cards etc. in Indian Rupees.
    I want to integrate this to my zen cart website. But I do not know how this has to be done.

    Can anyone help me in this regard?

    I am using paypal as the payment method at present, which I added to tthe website myself by adding paypal MOD.

    But I do not know how to add Direcpay MOD.And where to get this MOD or how to make this MOD.

    I will be very thank ful if someone can help me.

    thanks,

    virpal singh
    ****

  2. #2
    Join Date
    Aug 2005
    Posts
    33
    Plugin Contributions
    0

    customer issue Urgent help needed

    Hello,
    I need to integrate a payment Gateway to accept CC and Net Trasfer Payments in Indian Rupees.
    I have been provided with the code. However I am not sure how and where do I add the same in the script.

    I am supposed to send the data to the gateway's transaction URL in a pipe separated format in a parameter named 'requestparameter'.

    Please check the below code provided by the Payment Gateway technical Team

    global $requestparameter, $order, $currencies, $customer_id, $MerchantId,
    $Amount, $OrderId, $Url, $opmode, $succURL, $failureURL, $collaboratorid,
    $country, $otherdtls;

    $Url = "https://test.timesofmoney.com/direcpay/secure/dpMerchantParams.jsp";
    $MerchantId = "2xxxx5xxxx00xx2";
    $Amount = "100.00";
    $OrderId = "testorder0001";
    $succURL = "http://www.xyz.com/checkout_success.php";
    $failureURL = "http://www.xyz.com/checkout_failure.php";
    $otherdtls = "notrequired";
    $opmode = "DOM";
    $collaboratorid = "TOML";
    $currencies = "INR";
    $country = "IND";
    $BankID-BankName = "3340-Wallet365 Bank";
    $CardType = "DD";
    $requestparameter_string = $MerchantId
    ."|".$opmode."|".$country."|".$currencies."|".$Amount."|".$OrderId."|".$succ
    URL."|".$failureURL."|".$collaboratorid."|".$BankID-BankName."|".$CardType;

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Urgent help needed

    This is not something that you just paste into a file somewere... a complete module needs to be written. The safest approach is to ask for commercial help... these jobs are very complex and specialized.
    20 years a Zencart User

  4. #4
    Join Date
    Nov 2010
    Posts
    1
    Plugin Contributions
    0

    Default need to add custom payment gateway

    I need to integrate a custom payment gateway - can someone point me to where I do this? what files i need to edit/interact with? I took a look at the amazon custom payment module - can i just mod that or the google checkout one?

    Thanks,

    JR

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: need to add custom payment gateway

    The payment gateway you are considering will be the best place to start, as they will provide information and API details indicating how their systems require information to flow into their payment processing program.

    You will then need detailed understanding of how zencart processes payment information on its side, and then write appropriate code that allows both zencart and the payment gateway to communicate with each other.

    This is not usually a job for novices to undertake...
    20 years a Zencart User

  6. #6
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    help question Re: Direcpay Payment Gateway Integration

    Hello,
    We have made the module nearly but there is some problems that we are facing few serious problems.
    We are able to send the values properly to the DirecPay but when the payment is over and DirecPay is sending us back to our main site's checkout_success page, we get stuck.
    According to the support team they are sending a variable as "$_REQUEST['responseparams']" where all the values are send as pipeline separation. We are unable to fetch the response and to redirect them successfully as the order can be enlisted in the database and the admin can get it from the control panel.
    Any help or suggestion is highly appreciable.
    Thanks

  7. #7
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    help question Re: need to add custom payment gateway

    How to get started to Integrate or where to get the information on zencart processes payment?

  8. #8
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Urgent help needed

    Hello,
    We are also working with the DirecPay as the payment gateway.
    We have developed half of the module where we are able to send the complete information to the DirecPay website. Its working just fine.
    The issue is when we are returned to your website from DirecPay, we cannot handle the way to make the order from the basket to the order table.
    Any help is highly appreciable.
    Thanks,
    EinzigTech

  9. #9
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Direcpay Payment Gateway Integration

    Moderator's note - 3 threads dealing with the same subject have been merged here.

    Please do not continue to post in multiple threads.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  10. #10
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Direcpay Payment Gateway Integration

    Hello Kim,
    Sorry for the matter but I had posted all the 3 posts in different locations.
    Thanks for the help

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. MIGS payment gateway integration
    By dotnet381 in forum Addon Payment Modules
    Replies: 0
    Last Post: 30 Mar 2015, 07:43 AM
  2. Payment Gateway Integration - TechProcess
    By sappubhai in forum Addon Payment Modules
    Replies: 2
    Last Post: 20 Dec 2011, 06:50 PM
  3. integration payment gateway from NetBuilder
    By kwan_kwan08 in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jun 2010, 03:30 AM
  4. CCNow Payment Gateway Integration
    By starruby in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 21 Feb 2009, 04:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR