# cancel\_disbursement\_envelope

| API Attributes |                        |
| -------------- | ---------------------- |
| Direction      | Inward                 |
| Invoked by     | PBMS                   |
| Mode           | Synchronous            |
| Tables         | disbursement\_envelope |

Using this API, the PBMS can cancel a disbursement\_envelope. With this API, the disbursement\_envelope.cancellation\_status will be set to "CANCELLED".

Once cancelled, no further processing of the envelope will be done.

### Validations & exceptions

1. Cancellation will be allowed only prior to the "disbursement\_schedule\_date".


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/products/g2p-bridge/development/design-specifications/persistent-objects/cancel_disbursement_envelope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
