- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
โ03-05-2013 08:38 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ03-05-2013 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ03-05-2013 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - I was sending it, but with a blank value!
โ03-05-2013 08:58 AM