• Hello Sir,

    I’m using the latest version of wordpress and complete website runs on https://

    All the time when a transaction is made and transaction is successful, customer always receive message that “thanks for your order but the transaction is declined”. This happens in 100% of the cases.

    I tried doing a transaction and the return URL from ccavenue is

    https://www.domainname.com/checkout/order-received

    There are no parameters in the return URL. Can someone help me please?? Everything is working fine except this transaction declined message all the time even when transaction is successful.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author nilesh0308

    (@nilesh0308)

    Hello there,

    Thanks for using my plugin, can you please sent me the log from your log file what is the error, as this issue occur when the ccavanue is not returning any data to the site, so please check it once and share your error log so I can look and fix it for you.

    Thanks,

    Thread Starter tlb1983

    (@tlb1983)

    I’ve been checking the error log but there is no error generated related to the ccavenue plugin. I’m not sure If I’m looking for the right thing but error log is not showing any error related to ccavenue plugin.

    Do I need to look at something else? I’m looking in error_log

    I’ve also sent an email to ccavenue and they said that they are looking into this. Where I can send you error log?

    Thread Starter tlb1983

    (@tlb1983)

    Unable to load dynamic library ‘/opt/php70/lib/php/extensions/no-debug-non-zts-20151012/php_openssl.dll

    This is the only error in error_log. No other errors. One more thing…I’ve a plugin in my site which redirects all http requests to https. Can this be a problem?

    CCavenue is returning black response after the payment is completed. That is

    https://www.domainname.com/checkout/order-received/ and no parameters like ?order_id and so on. It is simply returning https://www.domainname.com/checkout/order-received/

    I’ve also sent an email to ccavenue regarding this issues. I’ll keep you updated on what they say.

    Plugin Author nilesh0308

    (@nilesh0308)

    Hello there,

    May be that is the issue, because they are not sending the parameter in query string it is in post format so if you will get parameter on http and redirect it to https then at that movement it will not having the response parameters, so please disable your http to https plugin and check it once.

    Thanks,

    Thread Starter tlb1983

    (@tlb1983)

    This is the plugin code in .htaccess which redirects the page. Can you please guide about how can I exclude a page. This will be really appreciated. The code is :

    # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    Plugin Author nilesh0308

    (@nilesh0308)

    Hello there,

    you have to send the request from https url only and the return url should be with https so it will sent out the data on that url and showing correct status to you.

    Thanks,

    I am also facing the same problem “Transaction Declined message all the time”? any solution for this???

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Transaction Declined message all the time’ is closed to new replies.