get_account_payment_details
Retrieve ACH payment details including RTP and FedNow support for a given customer and account. Enables access to up-to-date payment capabilities.
Instructions
Get ACH details incl. RTP/FedNow support (v3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |