Check Freeze Status

This endpoint checks the status of an account if it is frozen or not

Overview

To check the freeze status of a customers account you make a post request by passing AccountNo and Authentication Code in the request body to the check freeze endpoint. The payload for this request are both required.

Expected Response

If the request is successful, it returns a status code of 200 with a response body.

{
  "RequestStatus": true,
 "ResponseDescription": "Account is not frozen.",
 "ResponseStatus": "InActive"
}

You can check out API reference to Check Freeze Status