create_testing_customer
Create a non-billable sandbox testing customer for Finicity open banking operations. Use this to develop and test integrations.
Instructions
Create a Finicity testing customer (sandbox, non-billable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
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. |