Cybersource payment gateway

Discussion in 'ASP.NET / ASP.NET Core' started by newera, Jan 19, 2010.

  1. Hi all,

    I am trying to use Cybersource gateway to accept Visa card. For now I am just testing and ensuring that everything works ok.

    Now, basically the client cybersource application requires that in the web.config I specify the full physical path of where my key files is located such as c:\test\etc etc. I know how I can get the physical path where my website is located. However is there someone who is using Cybersource can tell me whether I can use a relative path rather than a physical path for my key file location.

    What I am worried is that discount asp might change the physical path and it will not work anymore.

    Thanks
     
  2. mjp

    mjp

    You don't have to worry about the path changing.
     
  3. Thanks very much for your prompt reply :).

    Now that we're into it does anyone know whether Authorize.net handles euro?? or do I need to use Cybersource for euro??
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    auth net is just a processor, i think it is up to the merchant bank to accept different currency.

    In addition, Authnet has been acquired by CyberSource.

    You should contact your merchant bank regarding the ability to handle Euro.
     

Share This Page