create_active_customer
Create a billable customer account for production open banking operations. Requires username; optional first and last name.
Instructions
Create an active (billable) customer for production use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| last_name | No | ||
| first_name | No |
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. |