Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: ProtX (SagePay) Payment Types

  1. #1
    freeborough is offline Junior Member
    Join Date
    Jun 2008
    Posts
    9

    Default [solved] ProtX (SagePay) Payment Types

    Somewhere in the ProtX payment gateway code the credit card types in ADSF are mapped onto the card types accepted by the gateway. For example 'MasterCard' is mapped to 'MC'.

    Is there a list of these somewhere that I can see? We need to ensure that we only enable cards that are supported by the gateway code and that we have them correctly named so they'll be mapped.

    Thanks in advance,

    - Andy.
    Last edited by freeborough; 05-13-2010 at 08:17 AM. Reason: Mark as solved.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    • Discover = DC
    • Mastercard = MC
    • Switch/Maestro = SWITCH
    • Delta/VISA Debit = DELTA
    • VISA Electron = UKE


    ....anything else, we send the credit card type as the gateway class received it and hope that Sagepay recognizes it and knows what to do with it.

  3. #3
    freeborough is offline Junior Member
    Join Date
    Jun 2008
    Posts
    9

    Default

    Excellent, thank you very much for the quick response.

    - Andy.