link_testing_accounts
Link test accounts from FinBank to a testing customer in sandbox. Bypasses hosted Connect and MFA, returning 8 accounts with demo credentials.
Instructions
Link FinBank test accounts to a testing customer without hosted Connect.
Sandbox only. Defaults link institution 101732 (FinBank) with demo/go, which returns 8 accounts and requires no MFA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | No | go | |
| username | No | demo | |
| customer_id | Yes | ||
| institution_id | No | 101732 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |