run_happy_path
Automates a complete sandbox end-to-end flow: create a test customer, link FinBank accounts, list accounts, and fetch transactions via headless linking.
Instructions
Run a full sandbox happy path end-to-end and return every step.
Steps: create testing customer -> link FinBank accounts -> list accounts -> fetch transactions. Sandbox only; uses headless linking (no browser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_key | No | finbank_demo |
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. |