Deactivate Post-No-Debit on Account
This removes the account's Post-No-Debit restriction
Overview
To remove the Post-No-Debit on a customers account, make a post request by passing AccountNo and AuthenticationCode in the request body to the PND endpoint. They are both required to get a successful response.
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
{
"RequestStatus": true,
"ResponseDescription": "PND successfully deactivated on account.",
"ResponseStatus": "Successful"
}
You can check out API reference to Deactivate Post-No-Debit on Account
Updated almost 2 years ago