Check Freeze Status
This endpoint checks the status of an account if it is frozen or not
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.
// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/Account/CheckFreezeStatus
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/CheckFreezeStatus
Request Body
Name
Type
Description
AccountNo*
String
Customer's account number
AuthenticationCode
String
Authentication code for this request
{
"RequestStatus": true,
"ResponseDescription": "Account is not frozen.",
"ResponseStatus": "InActive"
}
Last updated