Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 13, 2012 @ 15:29
    Rasmus Fjord
    0

    (Epay) Is it possible to save to an order what kind of credit card was payed with

    Our customer ask if they can see what creditcard was payed with on an order. 

    They are using Epay as provider. 

    I was wondering if its already being saved or if you know that epays sends the data along to the recall site.

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 13, 2012 @ 15:30
    Rasmus Fjord
    0

    Here im thinking about the card type (visa, dk, master card and such)

  • Anders Burla 2560 posts 8256 karma points
    Sep 13, 2012 @ 15:54
    Anders Burla
    0

    Hi Rasmus

    In XLST you have order/transaction/paymentCardType and in C# you have order.TransactionPaymentCardType

    Kind regards
    Anders

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 08:04
    Rasmus Fjord
    0

    Awesome Anders 

     

  • Anders Burla 2560 posts 8256 karma points
    Sep 14, 2012 @ 08:09
    Anders Burla
    0

    Great to hear - sorry for calling you Claus - Has been fixed now :)

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 08:13
    Rasmus Fjord
    0

    Haha :) there is a little claus in all of us :)

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 08:34
    Rasmus Fjord
    0

    hmm its not that easy :) 

    i can see in my HTML that paymentcardtype is placed here 

    $order/currency/country/orderStatus/shipping/payment/transaction[@paymentCardType]

    When i do a print out using copy-of on $order thats where its placed. Its just not working.

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 08:39
    Rasmus Fjord
    0

    Got it working :) 

           <xsl:value-of select="$order//transaction/@paymentCardType"/>

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 08:47
    Rasmus Fjord
    0

    Another question do you where i can find out what numbers are which card types ? 

    I cannot find it on your site or epays site.

  • Carsten Fallesen 35 posts 154 karma points
    Sep 14, 2012 @ 08:56
    Carsten Fallesen
    1

    Hi Rasmus,

    I would guess that it is this list http://tech.epay.dk/Specification_85.html#paymenttype

    At least that is the list I used to configuer allowed card types.

    /Carsten

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Sep 14, 2012 @ 09:10
    Rasmus Fjord
    0

    Arh awesome ! 

    Was searching and browsing like a mad man for it ! :)bookmarked

Please Sign in or register to post replies

Write your reply to:

Draft