# get\_disbursement\_status

| API Attributes |                                                          |
| -------------- | -------------------------------------------------------- |
| Direction      | Inward                                                   |
| Invoked by     | PBMS                                                     |
| Mode           | Synchronous                                              |
| Tables         | <p>disbursement\_recon<br>disbursement\_error\_recon</p> |

This API accepts a List\[disbursement\_id]

For every disbursement\_id in the request, this API fetches the records from the following tables

1. disbursement\_recon (there can be a max of 1 record for a disbursement\_id)
2. disbursement\_error\_recon (there may be 1 or many records)

The API returns records from these two tables for every disbursement\_id

It returns a **List\[DisbursementStatusPayload]**

**DisbursementStatusPayload**

<mark style="color:blue;">disbursement\_id</mark>

* <mark style="color:blue;">DisbursementRecon - max of 1 record, can be 0 records</mark>
* <mark style="color:blue;">List\[DisbursementErrorRecon] - may be 0, 1 or many records</mark>


---

# 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/1.3/g2p-bridge/development/design-specifications/persistent-objects/get_disbursement_status.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.
