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.
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
Last updated