# Mock Review a Beneficiary Simulates a review action (approve or reject) on a beneficiary. This endpoint is only available in sandbox/non-production environments. Endpoint: PATCH /v2/beneficiaries/{id}/mock-review Version: 1.0.0 Security: JWT ## Path parameters: - `id` (string, required) The ID of the beneficiary to review. Example: "bene_698c0615XZocZ" ## Request fields (application/json): - `review_action` (string, required) The review action to perform on the beneficiary. Enum: "approve", "reject" ## Response 200 fields (application/json): - `message` (string) Example: "Beneficiary status updated successfully" ## Response 400 fields (application/json): - `error` (string) Example: "Bad Request" - `message` (string) Example: "Review action is not included in the list" ## Response 422 fields (application/json): - `error` (string) Example: "Invalid beneficiary status update"