This endpoint is used to retrieve all Sub Biller's banks that have activated the wallet service.
Request
Body Params multipart/form-data
Request Code Samples
curl --location 'https://merchantapi-demo.bill24.io/on_boarding/get_available_bank' \
--header 'Content_Type: application/json' \
--header 'Authorization: Bearer {token get from endpoint (Authorization) }'
Responses
application/json
{
"code": "000",
"message": "success",
"message_kh": "αααααα",
"data": [
{
"bank_id": "AC",
"bank_code": "AC",
"bank_name": "ACELEDA",
"bank_name_kh": "α’ααα»αΈααΈααΆ",
"logo": ""
},
{
"bank_id": "ABA",
"bank_code": "ABAA",
"bank_name": "ABA",
"bank_name_kh": "α’ααααΈα’α",
"logo": ""
}
]
}
Modified atΒ 2025-07-08 17:11:15