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.

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.

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

POST https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/ ActivatePND

Request Body

Name
Type
Description

AccountNo*

String

Customer's account

AuthenticationCode*

String

Authentication code for this request

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

Last updated