Transfer Patient Credit
Move part of a patient’s credit balance onto another patient.
Locks the source PatientCredit, validates active + sufficient remaining +
distinct/existing recipient, decrements the source (deactivates at 0),
creates a new PatientCredit on the recipient, and writes a
PatientCreditTransfer audit row. No money moves in or out of the
merchant — internal balance move only.
Headers
The tenant you are making this request on behalf of
Your api key
Path Parameters
Body
Input schema for POST /billing/patient-credit/{source_credit_id}/transfer.
Patient who should receive the transferred credit
How much credit to move, in cents (must be > 0)
Why the transfer is being made
GIFT, FAMILY_SHARE, ACCOUNT_MERGE, CORRECTION, OTHER Optional internal note explaining the transfer
1000Response
Successful Response
Serialized patient-credit-transfer audit row. Amounts in CENTS.
Unique identifier for the transfer
PatientCredit the balance was taken from
Newly-created PatientCredit the balance landed on
Patient the source credit belonged to
Patient who received the new credit
How much was moved, in cents
Why the transfer was made
GIFT, FAMILY_SHARE, ACCOUNT_MERGE, CORRECTION, OTHER User who recorded the transfer
When the transfer was recorded
Display name of the sending patient
Display name of the receiving patient
Optional internal note from the staff member
Display name of the user who recorded the transfer
