Skip to main content
POST
https://prod-api.raisedonors.com
/
api
/
Gift
/
{id}
/
refund
Refund a Gift
curl --request POST \
  --url https://prod-api.raisedonors.com/api/Gift/{id}/refund \
  --header 'Authorization: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

The ID of the gift to refund.

Response

OK

Last modified on June 5, 2026