> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/disbursement/integration/get-disbursement-transaction-api.md).

# Get disbursement transaction API

* This is the API to get the list of disbursement transactions
* Sequence Diagram

<figure><img src="/files/roQD4HMeqyPBKfuyug6i" alt=""><figcaption></figcaption></figure>

* API:
  * Path: */v2/dib/disbursementTransactions*
  * Method: GET
  * Request: Content-Type: application/json
* Request Parameter

<table><thead><tr><th width="180">Parameter</th><th width="110">Data Type</th><th width="112">Required</th><th>Description</th></tr></thead><tbody><tr><td>requestId</td><td>String</td><td>Y</td><td>The ID of disbursement request.</td></tr><tr><td>requestTransId</td><td>String</td><td>N</td><td>The ID of disbursement transaction is provided by the merchant (when submitting the request).</td></tr></tbody></table>

* Response Data

<table><thead><tr><th width="150">Parameter</th><th width="132.33333333333334">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>code</td><td>Number</td><td>System’s error code.<br>Refer to <a href="/pages/dSbs6Tn2xEmuiQznix2E">table of error.</a></td></tr><tr><td>message</td><td>String</td><td>Error description</td></tr><tr><td>data</td><td>Object</td><td>Data response, refer to <a href="/pages/FvYjr9HJVHxqeU1fDsHI">DisbursementTransactionsRespData</a>.</td></tr></tbody></table>
