Deactivate Post-No-Debit on Account
This removes the account's Post-No-Debit restriction.
To remove the Post-No-Debit on a customers account, make a post request by passing AccountNo
and Authentication Code
in the request body to the PND endpoint. They are both required to get a successful response.
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/ DeActivatePND
Request Body
Name
Type
Description
AccountNo*
String
Customer's account
AuthenticationCode*
String
Authentication code for this request
Last updated