Bank connection
List of users bank (and other institution) connections.
Resource representation
Properties
id readonly string
|
Connection id. |
institution readonly string
|
Institution id. |
url readonly string
|
Institution url. |
provider readonly string
|
Institution provider Possible values:plaid, toshl, saltedge, saltedge-partner |
type readonly string
|
How Toshl connects to institution (via API or scraping). Possible values:scraping, api |
logo readonly string
|
Institution logo url if institution has a logo. |
name readonly string
|
Connected institution name. |
from read, write string
|
Custom start date of bank sync in date |
accounts read, write array
|
An array of account ids that are refreshed as part of the bank connection. |
refreshed readonly string
|
Date bank connection was last refreshed. Format:date-time |
consent_expires readonly string
|
Date when connection consent is set to expire. Format:date-time |
auto_refresh readonly boolean
|
Auto refresh is set to |
can_refresh readonly boolean
|
Can refresh is set to |
review readonly integer
|
Number of entries to review. |
status readonly string
|
Bank connection status. Possible values:connected, inactive, error, invalid_credentials, consent_expiring, consent_expired |
deleted readonly boolean
|
Is object deleted. |
token read, write string
|
Token used to login user. |
ext_id read, write string
|
External id of the login ( |
secret read, write string
|
Secret tied to a specific login ( |
instructions readonly string
|
Additional instructions for institution (if available). |
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 |
reminder read, write boolean
|
If set to |
regulated readonly boolean
|
|
partner readonly boolean
|
|
categorisation read, write boolean
|
|
repeats read, write boolean
|
|
transfers read, write boolean
|
|
error readonly object
|
If state is |
type readonly string
|
Error type |
message readonly string
|
Error message. |
received readonly string
|
Date error message was received. Format:date-time |
* denotes required field/parameter.