I am trying to hit sandbox API using urllib using below API in python:
TEST_URL = 'https://test.authorize.net/gateway/transact.dll'It worked
yesterday, but today I am getting following error, please let me know if
there is any issue from your side, o...