Skip to main content
PUT
Transfer a Donor Recurring Gift
Send the recurringGiftId and the nextDonorId that should own it.

Authorizations

Authorization
string
header
required

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

Body

The donor recurring gift transfer request.

Represents a recurring gift transfer request.

recurringGiftId
integer<int64>

The unique identifier of the recurring gift to transfer.

nextDonorId
integer<int64>

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

Response

OK

Last modified on July 28, 2026