bank-link
get
/api/v1/bank-link/{id}/status
The state of one bank-verification request, plus the account summary it produced.
- Scope
cases:read- Rate limit
- 200 requests / min
- Idempotency
- read-only
Authentication
Send your key as Authorization: Bearer …. It must carry the scope cases:read; a key without it receives 403 forbidden.
Path parameters
idstringrequiredRequest body
This operation takes no request body.
Response
200application/jsonSerializedBankLinkStatuslink_idstringrequiredcase_idstringrequiredstatusstringrequiredcreated_atstring | nullrequirednullableopened_atstring | nullrequirednullableconnected_atstring | nullrequirednullableexpires_atstring | nullrequirednullablebank_connectedbooleanrequiredinstitutionstring | nullrequirednullableaccount_typestring | nullrequirednullableaccount_last4string | nullrequirednullableaccountsnumberrequired1 when a bank account is connected, otherwise 0. A case holds at most one linked account.
analysisobject | nullrequirednullableErrors
The statuses this operation can return, with the error.code values behind each. Every error body is the shared envelope described under Errors in Getting started.
401unauthorized403forbidden404not_found429rate_limit_exceeded500internal_error