Always getting 105 declined in testing

Every time I create a payment I get this problem in testing.  I'm sending $1.00, which as I read the docs should be approved.  The pay portal shows up.  I click 123Bank and click Fund Payment.  Every time it's declined with 105.  Look up that error: Invalid/declined card. 


response_order_id=43E2C6E60869F8B3
&date_stamp=2019-10-17
&time_stamp=19%3a19%3a49
&bank_transaction_id=660114080018394580
&charge_total=1.00
&bank_approval_code=000000
&response_code=105
&iso_code=57
&message=DECLINED+++++RE-TRY*+TRANS+NOT+PERMITTED%3dCANNOT+PROCESS*PLEASE+RETRY
&trans_name=idebit_purchase
&cardholder=
&f4l4=***
&card=00
&expiry_date=
&result=0
&ISSNAME=TestBankEN
&ISSCONF=ISS-CONF-NO
&INVOICE=43E2C6E60869F8B3

  • I'm still having this issue. Can anyone help?
  • Here's my form

    <html xmlns="www.w3.org/.../xhtml"><head>
    </head>
    <body>

    <form name="moneris" method="POST" action="esqa.moneris.com/.../index.php">
    <input type="HIDDEN" name="order_id" value="9E23CB35DFD8F8E">
    <input type="HIDDEN" name="ps_store_id" value="6Q6T7tore3">
    <input type="HIDDEN" name="hpp_key" value="hpNIJOHIOKV1">
    <input type="HIDDEN" name="charge_total" value="0.73">
    </form>

    <script>
    //document.forms['moneris'].submit();
    </script>

    </body></html>

    It seems that whatever's going wrong is happening on your side.
  • Is there a support number we can call or a bug report system?
  • In reply to zjqxssbsmq:

    Hello,

    The 105 response code is correlated to the card type not being supported. Are you using one of the valid test cards valid by Moneris. In the following link you will find the test cards at the bottom: developer.moneris.com/.../Testing a Solution

    If you have any other questions feel free to e-mail eproducts@moneris.com
  • In reply to RamiY:

    There is no opportunity to type in a card. You only have a couple of options: 123Bank or BMO Bank of Montreal. It's a fake portal. It does not ask you to put in a card number at all. It's basically listing your bank accounts that you have registered in the Interac system. Did you try it?
  • In reply to zjqxssbsmq:

    Hello,

    If you are looking to test Interac Online you would need to test it in a specific environment. I would recommend going over the following document: developer.moneris.com/.../Testing Tools which has all the information required to test interac online. If you have any more questions please message eproducts@moneris.com directly.
  • In reply to RamiY:

    Both the links on that page are broken, and from what I'm reading, that's exactly what I'm looking at when I'm going through the test environment which is also broken. Did you try it? I gave you the code to try it. Did you try it?
  • In reply to zjqxssbsmq:

    Hello,

    I have tried testing it however I believe you have some referrer url restrictions which is stopping me from loading the page so the page is simply blank, however the 105 response code is pretty standard. Would you be able to send an email with your Moneris store id to eproducts@moneris.com
  • In reply to RamiY:

    The link is not broken you need to be logged in to your developer portal to be able to see it.
  • In reply to RamiY:

    I'm logged in to the Moneris developer portal. It tells me it doesn't accept GET requests. Am I supposed to use Postman or something?
    https://imgur.com/a/SNnoZ5X
  • In reply to RamiY:

    That's the test store ID which is in the form which you can look up at esqa.moneris.com and see all my settings and create a test store yourself if you want, but if you look at the redirectred URL it's to /declined. Figure a way to get that to say /approved and you have solved my issue.
  • In reply to zjqxssbsmq:

    Hello, the store id in the request is not the Moneris store ID that's the ps store id. I would need the store id used to log in to your Merchant Resource Centre.
  • In reply to RamiY:

    I don't even have our Merchant ID. This problem is solely in the scope of the testing environment. I asked for the ID from my manager and he told me he would contact accounting, but then I told him to never mind because you should be able to solve this without the ID.
    I'm going to email you my phone number. I just spoke with a supervisor there. He says he can see you on the employee role as a Product Specialist.
  • In reply to RamiY:

    If you just login to the store and click the hosted page from the drop down and search for 6Q6T7tore3 which is in store3, you'll find my configuration. All configs are public.
  • In reply to zjqxssbsmq:

    Ok great thanks! That's what I wanted to know! Give me a bit more time and I'll get back to you shortly.