Failed Transaction Response

The following example is failed transaction response:

{
   "code":"402",
   "status":"fail",
   "exchange-id":"ID-CLADEVGSOPS02-cgw01-58790-1447188033740-0-1169",
   "links":[
      {
         "rel":"transaction",
         "href":"/rest/v2/transactions?id=1107315",
         "id":"1107315"
      }
           ],
   "payload":{
      "transaction":{
         "amount":"3.33",
         "id":"1107315",
         "type":"SALE",
         "result":"INVALID_REQUEST",
         "card":"XXXXXXXXXXXX1111",
         "csc":"666",
         "display-message":"Declined by Issuer - Invalid card security code",
         "result-code":"018",
         "exp-date":"1020"
                    },
      "error":{
         "error-message":"INVALID_REQUESTSYSTEM_ERROR_OTHER HPP Request",
         "result-code":"073"
              },
      "payloadType":"error"
             },
   "signature":"306402b09b373a84edbb935ed11a6849a6711ba4c16abe1338dd6f"
}

Last updated

Was this helpful?