Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Cannot get past Linkpoint API to give TEST success

    I've got 1.3.8 installed and curl working and 1129 open and Linkpoint/YourPay API installed and configured with .pem working.

    I have it set to TEST success Mode and am getting a "credit card declined" message

    I have only myself as a test customer and have been using my name as "credit card owner" and the 4111111111111111 test number as "credit card number"
    and a credit card expiry of Feb 2010
    and a cvv number of 444
    and when i continue through check out i get to final checkout and THEN when i go to "continue to confirm your order"
    i get
    "Your card has been declined. Please re-enter your card information, try another card, or contact the store owner for assistance."

    NOTE: Module is in testing mode

    Any idea what I'm doing wrong?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past Linkpoint API to give TEST success

    Sometimes using 4111111111111111 will decline even in test mode.
    You can try some alternate card numbers here: https://www.zen-cart.com/tutorials/i...hp?article=152
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cannot get past Linkpoint API to give TEST success

    Thanks Dr Byte

    I checked, and the visa and mastercard are turned on in config/creditcards

    I tried several different card numbers on the page you suggested and still got a "do not accept" message, so i turned on debug and sent another and got this email:

    Dec-20-2009 05:24:32
    =================================

    Response Code:

    Sending to Gateway:
    result = GOOD
    oid = 1-OV8ynr
    ip = 98.125.160.79
    ponumber =
    subtotal = 19.95
    tax = 0
    shipping = f
    chargetotal = 19.95
    cardnumber = ******
    cardexpmonth = 03
    cardexpyear = 12
    cvmindicator = provided
    cvmvalue = ******
    userid = 1
    customerid = 1
    name = My name
    company = Mycompany
    address1 = Myaddress
    address2 =
    city = Mycity
    state = Washington
    country = US
    phone = Myphone
    email = Myemail
    addrnum = My address
    zip = Myzip
    sname =
    saddress1 =
    saddress2 =
    scity =
    sstate =
    szip =
    scountry =
    comments = Website Order
    items = Array
    (
    [0] => Array
    (
    [id] => 1:ccc4e9a84845a4670c279a4402036e9c
    [description] => 01TaxTalkSeptember2009
    [quantity] => 1
    [price] => 19.95
    [options0] => Array
    (
    [name] => file format
    [value] => mp3
    )

    )

    )

    ordertype = SALE
    host = secure.linkpt.net
    port = 1129
    keyfile =
    /home/mtm/www/mtm/includes/modules/payment/linkpoint_api/609364.pem
    configfile = 609364
    transactionorigin = ECI
    terminaltype = UNSPECIFIED


    Result:
    (
    [r_csp] =>
    [r_time] =>
    [r_ref] =>
    [r_error] => SGS-020003: Invalid XML
    [r_ordernum] =>
    [r_message] =>
    [r_code] =>
    [r_tdate] =>
    [r_score] =>
    [r_authresponse] =>
    [r_approved] =>
    [r_avs] =>
    )

    ==============================
    Don't know what this means. Does it make any sense?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past Linkpoint API to give TEST success

    Quote Originally Posted by newyorksong View Post
    [r_error] => SGS-020003: Invalid XML
    Chances are you need the updated version of the module: http://www.zen-cart.com/forum/showpo...0&postcount=22
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cannot get past Linkpoint API to give TEST success



    Thanks Dr Byte !
    the new module went through with a success message!

  6. #6
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cannot get past Linkpoint API to give TEST success

    I think I finally have all configured for my cart and when I did a purchase test had success (testing mode) and was able to download the .mp3
    BUT...when I actually made the site live and did a purchase with my credit card it shows processing as if its not completing the linkpoint data return and I got no email and my card wasn't charged???
    What am I missing? Is it on linkpoints end or?
    Thanks

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past Linkpoint API to give TEST success

    You're misinterpreting the meaning of the order status named "Processing". It does NOT mean that the *payment* is still processing. The word "Processing" is merely the word configured to reflect that payment has been received and now the ORDER is in a "Processing" status which means it's waiting on your shipping department to "process" the order for shipment and get it out the door. If you don't like that word, you can rename it in Admin->Localization->Order Status

    A payment module connected to a live gateway SHOULD be set to "Processing" as the status used to apply to orders paid for with that module. That's why it's the default setting for the module when it's first installed/enabled.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cannot get past Linkpoint API to give TEST success

    Thanks Dr Byte. I was able to verify that the payment had in fact gone through and was deposited. So all is good there but...the file (mp3) for download was not included in the email to buyer.

    I have the attribute connected to the downloadable file

    and read somewhere in the forums that you might have to "force" it?

    Finding the attributes VERY difficult to understand but will persevere.
    Thanks Roger

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past Linkpoint API to give TEST success

    If you make the attribute selected-by-default, and make it a radio-button, then you won't have to rely on the customer "choosing" the particular attribute themselves, which may result in more accurate orders received.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Aug 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cannot get past Linkpoint API to give TEST success

    Thanks so much Dr. I will give it a shot!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. cannot get past accepting liscense
    By maria82g in forum Installing on a Linux/Unix Server
    Replies: 21
    Last Post: 1 Sep 2013, 07:09 PM
  2. v151 Cannot get past license agreement
    By Kelan in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 7 Aug 2013, 02:35 AM
  3. Cannot Get Past Liscense Agreement
    By studioonedj in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 16 Jan 2008, 07:20 AM
  4. 1.3.8a cannot get past licence acceptance
    By jmouse in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 14 Jan 2008, 04:44 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