Page 13 of 37 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 361
  1. #121
    Join Date
    Aug 2005
    Posts
    62
    Plugin Contributions
    0

    Default Re: NEW! Protx VSP Direct v2.0.0

    Right, I did set it to Live. Protx Support seem to think that it's somehow going to the wrong URL. Is that impossible?

  2. #122
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: NEW! Protx VSP Direct v2.0.0

    The URL's the mod uses are hardcoded in includes/modules/payment/protx_direct.php:


    PHP Code:
            switch (MODULE_PAYMENT_PROTX_DIRECT_TRANSACTION_MODE) {
                case 
    'Live':
                    
    $url 'https://ukvps.protx.com/vpsDirectAuth/PaymentGateway.asp';
                    break;
                case 
    'Test':
                    
    $url 'https://ukvpstest.protx.com/vpsDirectAuth/PaymentGateway.asp';
                    break;
                case 
    'VSP Simulator':
                    
    $url 'https://ukvpstest.protx.com/VSPSimulator/VSPDirectGateway.asp';
                    break;
            } 
    So they should be going to the right URL.

    If it's not working, what errors are you getting?

  3. #123
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: NEW! Protx VSP Direct v2.0.0

    Hi,

    I have got in contact with lemuria privately about this. There is nothing wrong with her protx/Zen Cart set up so we can consider this a "case closed" as far as this thread goes.

    Unfortunately her apache installation isn't working correctly and is failing with a 503 error when particular error messages are to be displayed in Zen Cart, due to some strange URL parsing problem on her server. The problems have nothing to do with Zen Cart, Protx or the Protx Direct module (thankfully ;) ).

    Thanks again Pixxi for taking time to help others out here! :)

    All the best...

    Conor

  4. #124
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: NEW! Protx VSP Direct v2.0.0

    Just a FYI for anyone who has a customer with problems going through checkout with a Visa debit card.

    It seems some Visa debit cards have an issue number on them - the Halifax debit card, for example.

    If the customer enters the issue number on checkout the transaction can fail with a decline from the bank. If you contact the customer and obtain the card details to process through VSP terminal, putting the issue number in VSP terminal will fail with an error (in the Protx VSP admin) similar to: 'The issue number is malformed or invalid'. The transaction will process fine if no issue number is entered.

    Protx tech support have also said that an issue number entered as '01' is not seen as the same (by the Protx system) as an issue number entered as '1' - apparently, each digit is taken separately - so if it says '01' on the card, then '01' needs to be entered.
    Good fun

    Of course, we can put 'Switch/Solo only' next to the Issue No. and 'Start date' entry fields in checkout to try to prevent this, but some customers don't always read ..

    Might it be an idea to have the issue No. and Start date fields only appear if Switch/Maestro is chosen from the drop-down?


    BTW, Protx tech support say that the integration details/callbacks for 3D Secure are now available - but only, so far, in the ASP integration kit (the PHP kit is not yet published):

    http://techsupport.protx.com/downloads.asp

  5. #125
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx VSP Direct v2.0.0

    Hi,

    This is the problem I was talking about before. Our clients have the same problem, so for the past few months they've been displaying the following message on their site, just above the Start Date/Issue Number:

    You need to fill in the following fields ONLY if the information is on your card. NOTE: Halifax, Bank of Scotland and Abbey customers do not need to enter an issue number.
    Protx keep saying that 3D secure will be applied to accounts, blah, blah, blah, "soon" but it's almost April and I've still not had my account upgraded. I'm not impressed with their service much any longer... but then they are at least good value for money.

    What I have said to them previously and what annoys me is that you can use your Halifax card at Amazon and put in the issue number and Amazon's payment processor doesn't mess up but protx does. Protx claim this isn't their problem... well why can Amazon get it to work then? (Bet no-one at Protx has a good answer for that!)

    I'm under the understanding that moving to Authorise/Authenticate will stop these issues occurring. If it doesn't then I think drumming up a bit of dissent from all of us here and going to Protx en masse would be the next logical step... they aren't listening to me! :)

    As far as 3D secure goes, I can easily convert ASP code to PHP. The problem is, despite repeated requests, I'm constantly told that my account will be "upgraded soon". Why is it that so many companies that have such easy jobs (process a card number, take a cut of the order value etc.) can be run so badly in the end?

    Agh well... rant over! :)

    I have been holding off releasing version 2.0.5 as I keep thinking Protx will move things on... I'll speak to them again early next week and if no progress is made I release the latest version of the code which allows you to specify a custom message above the start date/issue number. Maybe I'll even upgrade it to hide those fields using javascript as you described.

    I'd rather Protx just worked though! ;)

    All the best...

    Conor

  6. #126
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Protx VSP Direct v2.0.0

    Hi Conor,

    Ah .. I must have missed your earlier post when you mentioned that. :)

    Strangely, I had a look at an Abbey (business account) Visa debit card today and there is no issue number - so maybe it's just on non-business accounts (?).

    I also saw a Halifax Visa debit card - there was an issue number tucked away at the end of the sort code/account number line, but it wasn't described as 'Issue No.' (ie no text before it). Perhaps (hopefully...) it's mainly a problem with older cards.

    While I was talking to Protx tech support today the tech guy mentioned that 3D secure had been enabled on the account I was discussing - and sure enough it is enabled on the live account, although not on the test account.

    If your client doesn't have his account enabled soon, I can give you access through my client's account to the test server if you wish - assuming Protx will enable 3D on the test server (which would be sensible so we can test it out before going live with it anyway).

    I'll email Protx now and ask them.

  7. #127
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Protx VSP Direct v2.0.0

    Hi Conor,

    I have 3D enabled on our Protx test server now - let me know if you would like to use it.

  8. #128
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx VSP Direct v2.0.0

    Hi,

    Just got off the phone with Protx's technical support. Was speaking to a very helpful guy who was able to answer all my questions.

    Protx are getting reading to roll out a test of the Authenticate/Authorise Authorisation Types over the next week or so... good news indeed! That means I can begin testing on it shortly.

    I've made them aware of the problems with Halifax, Bank of Scotland and Abbey cards so hopefully they'll be sorting those out soon (cards being declined if an issue number is entered).

    I've also had 3D secure enabled on my test account so I can start updating the module to support it.

    All in all, a refreshingly helpful chat with a technical support department.. hats off to the guys at Protx's tech support!

    All the best...

    Conor

  9. #129
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

    Default Re: Protx VSP Direct v2.0.0

    Hi

    Is it OK to setup and use 3D secure with Protx?

    I presume that the current version will not have a problem with 3DS but the new version will perhaps report the result back to zencart?

    Obviously I want to set up 3DS rules as well as cvv rules to limit fraud.

    Just about to go live and everything seems to be OK so far.

    Thanks

    Craig

  10. #130
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx VSP Direct v2.0.0

    Hi,

    The current version of the module does not support 3D Secure.

    I've looked into how 3D secure works and know exactly how I'm going to go about integrating it with this module.

    However, it's a considerable amount of work so I'm not going to start on it until next week. How long it will take to release may very well depend on how many people are willing to donate towards implementing 3D secure as we can't afford to develop it for free at this time (it really is too much work to be done quickly with just a few hours of development time allocated each week).

    All the best...

    Conor

 

 
Page 13 of 37 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. Protx VSP Direct 2.4.0
    By conor in forum Addon Payment Modules
    Replies: 92
    Last Post: 8 Feb 2012, 02:42 PM
  2. Protx VSP Direct 3.x
    By conor in forum Addon Payment Modules
    Replies: 128
    Last Post: 22 Sep 2009, 02:29 PM
  3. Protx Vsp Form Not Vsp Direct
    By msbaranga in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jun 2006, 01:15 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