This is the API to inquiry bank account number.
API:
Path: /v2/dib/bank/accountInquiry
Method: GET
Request: Content-Type: application/json
Request Parameter
accountNumber
String
Bank account number
swiftCode
Bank swiftcode
accountType
ACCOUNT | CARD. Default ACCOUNT
Response Data
code
Number
System’s error code
message
Error description
data
Object
{ fullName: "String" }
Was this helpful?