# Get disbursement transaction API

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

<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&#x26;token=7657573e-1644-4c1a-8fa4-72a3cf233241" 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>
