Unauthorized Request Response
The following example is an unauthorized request response for invalid, disabled, or expired key is used during payment process. Also, if the payment transaction was not attempted and no transaction data is included in the error response.
{
"code":"401",
"status":"fail",
"payload":{
"error":{
"error-message":"UNAUTHORIZED",
"result-code":"042",
"time-stamp":"Tue Nov 10 21:24:04 UTC 2015"
},
"payloadType":"error"
}
}
Last updated
Was this helpful?