verify_micro_deposits
Confirm micro-deposit amounts to verify bank account ownership for open banking access.
Instructions
Verify the two micro-deposit amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amounts | Yes | ||
| account_id | Yes | ||
| customer_id | 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. |