initiate_micro_deposits
Verify bank account ownership by initiating small deposits to confirm access and enable open banking connections.
Instructions
Initiate micro-deposit account verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receiver | Yes | ||
| customer_id | Yes | ||
| callback_url | 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. |