Place Post No Debit (PND) On Account
This places a Post-No-Debit restriction on the provided account, preventing withdrawal transactions.
PUT
/api/account/v1/placepnd
To restrict a customer's account with Post-No-Debit, you must pass the required accountNumber
to the request body of the PND endpoint.
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
| string | Customer's account number |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Response
Last updated