Find
filter the result to a specific bank only.
GET
https://us-central1-appgregator.cloudfunctions.net/flipSandbox/bank/list-of-banks/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
flip-entre-1
Headers
Name
Type
Description
x-api-key*
String
U2FsdGVk...
[
{
"bank_code": "bni",
"name": "BNI",
"fee": 4000,
"queue": 23398,
"status": "OPERATIONAL"
}
]
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/flipSandbox/bank/list-of-banks/bni?name=ft-4&connection_name=flip-entre-1' \
--header 'x-api-key: U2FsdGVk..'
Last updated