Skip to main content
PUT
Transfer a Donor Gift
Send the giftId and the nextDonorId that should own it.
Use it when a gift was recorded against the wrong donor.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

The donor gift transfer request.

Represents a gift transfer request.

giftId
integer<int64>

The unique identifier of the gift to transfer.

nextDonorId
integer<int64>

The unique identifier of the donor to transfer the gift to.

Response

OK

Last modified on July 28, 2026