---
title: "CRM transfer appointment payment"
method: POST
path: "/api/appointments/crm/payment-transfer"
tags: ["appointments"]
---

# CRM transfer appointment payment

`POST /api/appointments/crm/payment-transfer`

Transfer payment information from a paid appointment to an unpaid appointment for the same patient.

## Request body

- AppointmentPaymentTransferRequest — Request payload for payment transfer between two appointments.
  - `from_appointment_id` string, uuid, required — Paid source appointment UUID
  - `to_appointment_id` string, uuid, required — Unpaid destination appointment UUID

## Response `200`

Successful Response

- AppointmentPaymentTransferResponse — Result payload for payment transfer.
  - `success` boolean, required — Operation result
  - `message` string, required — Human-readable message
  - `from_appointment_id` string, required — Source appointment UUID
  - `to_appointment_id` string, required — Destination appointment UUID

## 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)
