generate_fcra_payment_success_indicators
Generate FCRA-permissible payment success indicators for open banking transactions by providing customer and account identifiers along with payment amount.
Instructions
Generate FCRA-permissible Payment Success Indicators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| purpose | No | 1P | |
| account_id | Yes | ||
| user_email | No | user@example.com | |
| 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. |