CRA Response Files
Use the public `/api/v1/cra-responses` routes to upload bureau response files, review parsed summaries, and inspect response items.
Public Routes
GET /api/v1/cra-responseslists response files for the authenticated company.POST /api/v1/cra-responses/uploadaccepts multipart form data withfile,bureau, and optionaltransmission_id.GET /api/v1/cra-responses/{id}returns the response and its parsed items.
Supported Bureaus
equifaxexperiantransunion
Current Behavior
- The uploaded file is parsed immediately.
- A
cra_responsesrow is inserted with counts for accepted, rejected, and warning items. - Parsed items are matched back to
metro2_recordsby account number when possible. - There is no separate implemented
/rejectionsendpoint today; item details are returned by the detail route.