Bank institution
List of supported bank (and other institutions).
Resource representation
{
"id": "42",
"ext_id": "ins_10",
"name": "American Express",
"url": "https://www.americanexpress.com/",
"logo": "https://api.toshl.com/bank/institutions/42/logo",
"provider": "plaid"
}Properties
|
id readonly string
|
Institution id. |
|
ext_id readonly string
|
Institution ext id. |
|
name readonly string
|
Institution name. |
|
country read, write string
|
Institution country Regex:[A-Z]{2} |
|
url readonly string
|
Institution url. |
|
logo readonly string
|
Institution logo url if institution has a logo. |
|
auto_refresh readonly boolean
|
Auto refresh is set to |
|
instructions readonly string
|
Additional instructions for institution (if available). |
|
provider readonly string
|
Institution provider Possible values:plaid, toshl, saltedge, saltedge-partner |
|
flow readonly string
|
Login flow type for institution Possible values:custom, form, redirect |
|
form read, write array
|
Login form fields. |
|
name readonly string
|
Field name |
|
label readonly string
|
Field label |
|
type readonly string
|
Field type Possible values:text, password, option |
|
value readonly string
|
Field value |
|
options readonly array
|
Field options |
|
connect_url readonly string
|
URL where user must be redirected to start the connecting process. The client must append |
|
token readonly string
|
Token used to open Plaid Link. |
|
partner readonly boolean
|
|
|
regulated readonly boolean
|
|
|
type readonly string
|
How Toshl connects to institution (via API or scraping). Possible values:scraping, api |
* denotes required field/parameter.