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

Type a product name