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.

// Live URL 
http://api.mybankone.com/thirdpartyapiservice/apiservice/
Account/DeActivatePND

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

{
 "RequestStatus": true,
 "ResponseDescription": "PND successfully deactivated on account.",
 "ResponseStatus": "Successful"
}

Last updated