INTERNAL_FIO_STATEMENT_INVALID
Fio bank statement is malformed.
A statement file received from Fio (GPC or transaction JSON) is missing required fields or breaks the expected structure (no 074 header, empty payload, unparseable transaction line). The offending row or snippet is appended to the error message.
Example Error Response
JSON format
{ "error": { "code": "INTERNAL_FIO_STATEMENT_INVALID", "message": "Fio bank statement is malformed.", "description": "A statement file received from Fio (GPC or transaction JSON) is missing required fields or breaks the expected structure (no 074 header, empty payload, unparseable transaction line). The offending row or snippet is appended to the error message." }}Troubleshooting Steps
Follow these steps to resolve this error
Re-fetch the statement from Fio — a one-off corrupted response can happen on flaky connections.
Inspect the snippet that follows the colon to see which line failed parsing, and compare with the Fio data file format spec.
If the structure is genuinely new (Fio rarely changes the GPC layout), `core/bank/fio/parseFioResponse*` must be updated.
System Logs
For detailed system information about this error, check the system logs in your BizKitHub Admin dashboard. We provide transparent access to all system logs including detailed error information, request traces, and debugging data.
Need Help?
If you're still experiencing issues after following the troubleshooting steps, our support team is here to help.
Contact SupportRelated Resources
Last updated: May 19, 2026