Activate Post-No-Debit on Account
This imposes a Post-No-Debit restriction on the account supplied, preventing withdrawal transactions from being performed on it
Overview
To restrict an account with Post-No-Debit, you make a post request by passing AccountNo and Authentication Code in the request body to the Post-No-Debit 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 activated on account.",
"ResponseStatus": "Successful"
}
You can check out API reference to Activate Post-No-Debit on Account
Updated almost 2 years ago