> 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/inquiry-bank-account-api.md).

# Inquiry bank account API

* This is the API to inquiry bank account number.
* API:
  * Path: /v2/dib/bank/accountInquiry
  * Method: GET
  * Request: Content-Type: application/json
* Request Parameter

<table><thead><tr><th width="187.33333333333334">Parameter</th><th width="112">Data Type</th><th width="114" data-type="checkbox">Require</th><th>Description</th></tr></thead><tbody><tr><td>accountNumber</td><td>String</td><td>true</td><td>Bank account number</td></tr><tr><td>swiftCode</td><td>String</td><td>true</td><td>Bank swiftcode</td></tr><tr><td>accountType</td><td>String</td><td>true</td><td>ACCOUNT | CARD. Default ACCOUNT</td></tr></tbody></table>

* Response Data

<table><thead><tr><th width="138.33333333333334">Parameter</th><th width="230">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>code</td><td>Number</td><td>System’s error code</td></tr><tr><td>message</td><td>String</td><td>Error description</td></tr><tr><td>data</td><td>Object</td><td>{ fullName: "String" }</td></tr></tbody></table>
