cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SIM not displaying form

I am creating an application that is using SIM hosted payment pages for processing payments.  I currently and using my test account before switching to my client's real authorize.net account.

 

The form on my site is posting to: https://test.authorize.net/gateway/transact.dll.  I am successfully logging into the account, but when I select POST, it goes to Authorize.net and then directly to the receipt page that is specified in the repsonse relay URL setting.  It never displays the hosted payment form.  The receipt has the following error: (TESTMODE) Credit card number is required.

 

What am I doing wrong?  I've done this a few other times and never had any issues with it displaying the form.

microweb
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions
RaynorC1emen7
Expert
2 REPLIES 2

Maybe you forgot to include x_show_form=PAYMENT_FORM

http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html

 

without it, it is like DPM.

RaynorC1emen7
Expert

Thanks - I was sending it, but with a blank value!