Vericheck REST API Status Changes

Status Changes are a reference to the database and front-end updates as it relates to the transaction cycle.

HTTP Method: GET

URL

https://api.vericheck.com/status-changes/{last_pointer}

Example

https://api.vericheck.com/status-changes/3445e364de5211e3b1f283643dd2149d

Response Example

{  
   "success":"true",
   "payload":{  
      "new_pointer":"910789f0de5611e38e1597ecceaf7483",
      "changes":[  
         {  
            "transaction_id":"83523432",
            "change_timestamp":"1231887603",
            "origination_date":"2014-05-05",
            "effective_date":"2014-05-06",
            "settlement_date":"2014-05-07",
            "return_date":"2014-05-08",
            "return_code":"R01",
            "status":"R",
            "reason":"Insufficient funds."
         },
         {  
            "transaction_id":"7bbb7eaade5911e3852f9fab4e2ed2b4",
            "change_timestamp":"1231864987",
            "origination_date":"2014-04-08",
            "effective_date":"2014-04-09",
            "settlement_date":"2014-04-011",
            "return_date":null,
            "return_code":null,
            "status":"S",
            "reason":null
         },
         {  
            "transaction_id":"73253216",
            "change_timestamp":"1231862359",
            "origination_date":"2014-03-17",
            "effective_date":"2014-03-18",
            "settlement_date":null,
            "return_date":null,
            "return_code":null,
            "status":"S",
            "reason":null
         }
      ]
   }
}

Status Change Object

Field Data Type

transaction_id

String

change_timestamp

String

origination_date

String or null

effective_date

String or null

settlement_date

String or null

return_date

String or null

return_code

String or null

status

String

reason

String or null