---
title: "Upload welfare voucher for CRM approval"
method: POST
path: "/api/welfare/vouchers"
tags: ["welfare"]
---

# Upload welfare voucher for CRM approval

`POST /api/welfare/vouchers`

## Request body

- WelfareVoucherCreateRequest — Create a standalone voucher pending CRM approval.
  - `provider_id` string, uuid, required — Welfare voucher provider (convention) the code belongs to.
  - `code` string, required — Voucher code/reference

## Response `201`

Successful Response

- WelfareVoucherResponse — Voucher row returned to patient and CRM.
  - `id` string, uuid, required
  - `provider_id` string, uuid, required
  - `patient_id` string, uuid, required
  - `appointment_id` string, uuid, nullable
  - `payment_id` string, uuid, nullable
  - `code` string, nullable
  - `status` 'pending_approval' | 'approved' | 'pending_payment_confirmation' | 'rejected' | 'used', required — Manual review lifecycle for patient-uploaded welfare vouchers.
  - `source` string, required
  - `admin_notes` string, nullable
  - `rejection_reason` string, nullable
  - `submitted_at` string, date-time, required
  - `reviewed_at` string, date-time, nullable
  - `used_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `provider_name` string, nullable
  - `provider_receipt_label` string, nullable
  - `patient_first_name` string, nullable
  - `patient_last_name` string, nullable
  - `appointment_datetime` string, date-time, nullable
  - `appointment_type_code` string, nullable
  - `appointment_type_name` string, nullable
  - `appointment_operator_first_name` string, nullable
  - `appointment_operator_last_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
