Skip to main content

Update donor details for donation session

PATCH 

/v1/donation-sessions/:sessionId/donations

Updates the email address, name, consent preferences, and/or gift note for any donations linked to the specified donation session. This endpoint requires both a public API key and a valid donation session token in the headers. At least one field (email, firstName, lastName, consentedToBeContactedByOrg, or giftNote) must be provided in the request body. If no donation is linked to the session, the endpoint will return success without making any changes.

Request

Responses

Successfully updated donor details