get_fcra_payment_success_indicators
Retrieve FCRA payment success indicators by pay request ID to verify transaction outcomes.
Instructions
Retrieve an FCRA PSI result by payRequestId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| customer_id | Yes | ||
| pay_request_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. |