> 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="https://1419689564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFdTKNedABvGBtqJRHWA0%2Fuploads%2FbJnCDHAS4o5ybYQPxrQw%2FPicture1_3.png?alt=media&amp;token=7657573e-1644-4c1a-8fa4-72a3cf233241" 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="/docs/disbursement/integration/error-codes.md">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="/docs/disbursement/integration/response-data-structure.md">DisbursementTransactionsRespData</a>.</td></tr></tbody></table>
