Vericheck REST API Notice of Changes

Notice of changes is a notification system for merchants pertaining to their account profile and/or transaction.

HTTP Method: GET

URL

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

Example:

https://api.vericheck.com/notice-of-changes/3445e364de5211e3b1f283643dd2149d

Response Example

{  
   "success":true,
   "payload":{  
      "new_pointer":"910789f0de5611e38e1597ecceaf7483",
      "notices":[  
         {  
            "vericheck_trans_id":"83523432",
            "gateway_trans_id":"60823453",
            "notice_of_change":{  
               "code":"C01",
               "reason":"Incorrect bank account number",
               "description":"Bank account number incorrect or formatted incorrectly.",
               "corrected_data":null
            }
         },
         {  
            "vericheck_trans_id":"83523254",
            "gateway_trans_id":"60823346",
            "notice_of_change":{  
               "code":"C02",
               "reason":"Incorrect transit/routing number",
               "description":"Bank routing number incorrect or formatted incorrectly.",
               "corrected_data":"464647934"
            }
         }
      ]
   }
}

Notice of Change Object

Field Data Type

vericheck_trans_id

String

gateway_trans_id

String

notice_of_change

String

reason

String

description

String

corrected_data

String or null