# Get disbursement transaction API

* This is the API to get the list of disbursement transactions&#x20;
* Sequence Diagram&#x20;

<figure><img src="https://content.gitbook.com/content/uIGO9I55gtHjY6deHGwV/blobs/nBjnoU1QcNC7FduCo49s/Picture1_3.png" alt=""><figcaption></figcaption></figure>

* API:
  * Path: */v2/dib/disbursementTransactions*&#x20;
  * Method: GET&#x20;
  * Request: Content-Type: application/json&#x20;
* 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="error-codes">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="response-data-structure">DisbursementTransactionsRespData</a>. </td></tr></tbody></table>
