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
Parameter | Data Type | Require | Description |
---|---|---|---|
accountNumber | String | Bank account number | |
swiftCode | String | Bank swiftcode | |
accountType | String | ACCOUNT | CARD. Default ACCOUNT |
Response Data
Parameter | Data Type | Description |
---|---|---|
code | Number | System’s error code |
message | String | Error description |
data | Object | { fullName: "String" } |
Last updated