Jump to content

Worldpay - how to set callback URLs to http instead of SSL?


Recommended Posts

I have an issue where WorldPay doesn't support the SNI technology that CloudFlare uses in it's SSL certificates. I need to change just the callback URLs to use http instead. I could manually set the callback url inside the WorldPay interface but it only give space for one callback url and WorldPay uses two different ones depending on if they pay with futurepay of regular worldpay.

http://mydomain.com/modules/gateways/callback/worldpayfuturepay.php

http://mydomain.com/modules/gateways/callback/worldpay.php

What can I do?

Link to comment
Share on other sites

I would doubt that WorldPay would allow this as it would break the PCI compliance stuff.

However, that said I don't use WorldPay so I cant say for sure that this is the answer.

If you don't get an answer here shortly you maybe better off asking WorldPay 1> Why they are not working with the CloudFlare system or if you are missing something in your setup of the service and 2> If they know how to change your Call Back URL.

 

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi @snowliondev,

WHMCS sets the "MC_callback" value within the module code (one for the Worldpay module one for the Futurepay module).

The URL is constructed from your WHMCS System URL setting from Setup > General Settings > General tab.

To this, the path the to appropriate callback file is apopended: /modules/gateways/callback/worldpay.php or /modules/gateways/callback/worldpayfuturepay.php.

 

So theoretically, if you switched your entire installation to http only, by changing the WHMCS System URL to begin http://, then the Worldpay callbacks would also go to an http:// URL.

However this is not something I would personally recommend, and I'd suggest instead investigate changes your SSL certificate setup.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated