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