Gets the details of a donation by donationId.
To request: https://api.justgiving.com/{appId}/v1/donation/{donationId}
Perform the following HTTP request:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | { "amount" : "2.00" , "currencyCode" : "GBP" , "donationDate" : "\/Date(1743761607553+0000)\/" , "donationRef" : null , "donorDisplayName" : "Awesome Guy" , "donorLocalAmount" : "2.75" , "donorLocalCurrencyCode" : "EUR" , "estimatedTaxReclaim" : 0.56, "id" : 1234, "image" : "" , "message" : "Hope you like my donation. Rock on!" , "source" : "SponsorshipDonations" , "status" : "Accepted" , "thirdPartyReference" : "1234-my-sdi-ref" } |