Skip to main content
GET
/
admin
/
donation
/
{donation_id}
/
refund
Refund a donation
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donation/{donation_id}/refund \
  --header 'Authorization: Bearer <token>'
{
  "message": "Donation successfully refunded."
}

Authorizations

Authorization
string
header
required

Path Parameters

donation_id
integer
required

Response

message
string
Example: