Get List Bank Transfer Out
This service used to get Bank list Transfer Out APIs
Canonical Path
/b2b/bank
Authorization
Bearer <host_access_token>
Method
GET
Query Param
§ limit
§ sortField
§ sortOrder
§ id
§ name
§ biCode
Content-Type
-
Content
-
Content-Type
application/json
Content
{
"rowCount": <Integer, not null>,
"data": [
{
“id”: <String, not null>,
“name”: <String, not null>
“biCode”:<String, not null>
“active”: <Boolean, not null>
}
]
}Description
Field
Description
id
Bank ID
name
Bank name
biCode
Bank Code BI
limit
Maximum result
sortField
Available field: name
sortOrder
ASCENDING, DESCENDING
Active
True
Last updated