Hi Team,
We have developed a web application and configured Authorize.Net as one of the payment providers. We use redirect module to capture payment information, i.e., we redirect to authorize.net to capture payment information (provide redirect URL while calling authorize.net) and upon entering the payment details in authorize.net page and submitting the information, control is redirected back to our application to proceed further.
We have made our entire application responsive(so as to fit into every device and view port) however the Authorize.net payment page where we capture the payments still comes up as in desktop mode(PFB, screenshot of the same in mobile). Could you kindly advise if there is any setting/privileges that could be set to make the authorize.net responsive too. The small payment screen is constantly annoying our customers.
PFB, details.
User ID: gombrssand1
Authorize.net sandbox URL : https://sandbox.authorize.net/
Authorize.net payment screen : https://test.authorize.net/gateway/transact.dll
Solved! Go to Solution.
02-12-2018 10:41 PM
I'm guessing you're using SIM? Use Accept Hosted or Accept.js to get a mobile-optimized version of what you're trying to do.
02-14-2018 09:55 AM
I'm guessing you're using SIM? Use Accept Hosted or Accept.js to get a mobile-optimized version of what you're trying to do.
02-14-2018 09:55 AM
Thank you we used Accept Hosted method and it worked fine, just wanted to know if is possible to customize the look and feel of page that comes in mobile mode.
02-15-2018 05:06 AM