Check Post-No-Debit Status
This checks to see if the account supplied has any existing PND restrictions.
To check the status of an account PND, make a post request by passing AccountNo
and Authentication Code
in the request body the PND status endpoint. They are both required to get a successful response
// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
Account/CheckPNDStatus
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/ CheckPNDStatus
Request Body
Name
Type
Description
AccountNo*
String
Customer's account
AuthenticationCode*
String
Authentication code for this request
{
"RequestStatus": true,
"ResponseDescription": "There is no PND restriction on this account.",
"ResponseStatus": "InActive"
}
Last updated