Skip to content

Get donation by receipt ID

GET
/donations/receipt/{receiptId}

Look up a donation using its receipt identifier.

Parameters

Path Parameters

receiptId*
Type
string
Required

Responses

Donation details

application/json
JSON
{
"id": "string",
"fundraiser_id": "string",
"donor_id": "string",
"amount": 50,
"status": "string",
"message": "string",
"is_anonymous": true,
"receipt_id": "string",
"created_at": "string"
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress