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

unable to authenticate using javascript/jQuery

Using the sandbox APIendpoint provided (any my name/key which are obfuscated here), I get a generic error return message

function testAuthorize(xx)
{
$.post(APIendpoint,
{
contentType: 'application/json',
data: JSON.stringify({"authenticateTestRequest":{"merchantAuthentication": {"name": "xx","transactionKey": "yy"}}})
})
.done(function(wtf)
{
rxjson=wtf;
debugger;
});
}

PrestoDigital
Member
0 REPLIES 0