Developer CenterGuidesCRA Responses

    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-responses lists response files for the authenticated company.
    • POST /api/v1/cra-responses/upload accepts multipart form data with file, bureau, and optional transmission_id.
    • GET /api/v1/cra-responses/{id} returns the response and its parsed items.

    Supported Bureaus

    • equifax
    • experian
    • transunion

    Current Behavior

    • The uploaded file is parsed immediately.
    • A cra_responses row is inserted with counts for accepted, rejected, and warning items.
    • Parsed items are matched back to metro2_records by account number when possible.
    • There is no separate implemented /rejections endpoint today; item details are returned by the detail route.