Check Post-No-Debit Status
This checks to see if the account supplied has any existing PND restrictions
Overview
To check the status of an account PND, make a post request by passing AccountNo and AuthenticationCode in the request body the PND status 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": "There is no PND restriction on this account.",
"ResponseStatus": "InActive"
}
You can check out API reference to Check Post-No-Debit Status
Updated almost 2 years ago