This endpoint is used to retrieve all Sub Biller's banks that have activated the wallet service.
Request
Header Params
Content_Type
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {token get from endpoint (Authorization) }
Body Params multipart/form-data
object{0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://merchantapi-demo.bill24.io/on_boarding/get_available_bank' \
--header'Content_Type: application/json' \
--header'Authorization: Bearer {token get from endpoint (Authorization) }'