<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title> </title><link rel="stylesheet" type="text/css" href="/Content/docs.css" /><link href="/Content/syntaxhighlighter_3.0.83/styles/shCore.css" rel="stylesheet" type="text/css" /><link href="/Content/syntaxhighlighter_3.0.83/styles/shThemeDefault.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/content/syntaxhighlighter_3.0.83/scripts/shCore.js"></script> <script type="text/javascript" src="/content/syntaxhighlighter_3.0.83/scripts/shAutoloader.js"></script> <script type="text/javascript" src="/content/jquery-1.6.1.min.js"></script> </head> <body style="background-color: #F2F2F2"> <div> <div style="background-color: #78256D; margin-left: auto; margin-right: auto; width: 900px; height: 30px; padding: 10px 0px 10px 0px;"> <div style="padding: 5px 10px 10px 25px; color: White; font-weight: bolder; font-size: 18px;">JustGiving API Documentation</div> </div> <div style="background-color: #FFFFFF; margin-left: auto; margin-right: auto; width: 900px; padding: 10px 0px 0px 0px; height: 100%; min-height: 1000px;"> <div style="padding: 10px 0px 0px 25px; float: left; width: 130px;"> <h2>Getting Started</h2> <h1><a href="/docs">First Steps</a></h1> <h2>Resources</h2> <a href="/docs/resources/v1/CustomCodes">CustomCodes</a><br /> <a href="/docs/resources/v1/Donations">Donations</a><br /> <a href="/docs/resources/v1/PagesCreated">PagesCreated</a><br /> <a href="/docs/resources/v1/PagesModified">PagesModified</a><br /> <a href="/docs/resources/v1/Payment">Payment</a><br /> <h2>Using the API</h2> <a href="/docs/usage">Usage</a><br /> <a href="/docs/usage#gettingAccess">Getting Access</a><br /> <a href="/docs/usage#terminology">Terminology</a><br /> <a href="/docs/usage#api-keys">API Keys</a><br /> <a href="/docs/usage#contentTypes">Content Types</a><br /> <a href="/docs/usage#httpVerbs">HTTP Verbs</a><br /> <a href="/docs/usage#statusCodes">Status Codes</a><br /> <a href="/docs/usage#errors">Errors</a><br /> <a href="/docs/usage#protectedResources">Security</a><br /> <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">What is REST?</a><br /> <h2>API Keys</h2> <a href="https://developer.justgiving.com">API Key Portal</a><br /> </div> <div style="padding: 10px 25px 0px 0px; float: right; width: 700px;"> <div> <h1>getDonationsByDate</h1> <div id="documentation-wrap"> <div class="section"> <div style="padding: 5px; height: 60px; border: 1px solid #78256D; background-color: #DCBEE0; margin-bottom: 15px;"> <div> <div> <span style="margin-right: 45px; font-weight: bolder;">Uri</span><span>/{apiKey}/v1/charity/{charityId}/donations/{date1};{date2}</span> </div> <div style="padding-top: 5px;"> <span style="margin-right: 25px; font-weight: bolder;">Verb</span> <span>GET </span> </div> <div style="padding-top: 5px;"> <span style="margin-right: 30px; font-weight: bolder;">Auth</span><span>Yes</span> </div> </div> </div> <div> <p></p> <p> Retrieves the donations report for the charity between a date interval of maximum 3 months </p> </div> </div> <div class="section"> <ul> </ul> </div> <div class="section"> </div> <div class="section"> <h3>HTTP Status Codes</h3> <ul> <li>200 (OK) - The request succeeded</li> <li>400 (BadRequest) - The dates are not valid</li> </ul> <div class="section"> <h3>Response Examples</h3> <div> <span style="margin-right: 10px;">View as:</span> <span style="margin-right: 10px;"><a href="#" onclick="$('.xml-example').hide(); $('.js-example').show(); return false;">Json</a></span> <span><a href="#" onclick=" $('.js-example').hide(); $('.xml-example').show(); return false;">Xml</a></span> </div> <div class="js-example"> <pre class="brush: js">[ { &quot;FundraiserUserId&quot;: &quot;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&quot;, &quot;FundraiserFirstName&quot;: &quot;Test&quot;, &quot;FundraiserLastName&quot;: &quot;Test&quot;, &quot;FundraiserEmail&quot;: &quot;Test@justgiving.com&quot;, &quot;FundraisingPageId&quot;: &quot;63534&quot;, &quot;FundraisingPageUrl&quot;: &quot;http:\/\/justgiving.com\/myamazingpage&quot;, &quot;DonorUserId&quot;: &quot;234&quot;, &quot;DonorTitle&quot;: &quot;Mr.&quot;, &quot;DonorFirstName&quot;: &quot;Tester&quot;, &quot;DonorLastName&quot;: &quot;Test&quot;, &quot;DonorAddressLine1&quot;: &quot;1 Test Street&quot;, &quot;DonorAddressLine2&quot;: &quot;2 Line of address&quot;, &quot;DonorTown&quot;: &quot;London&quot;, &quot;DonorCounty&quot;: &quot;Southwark&quot;, &quot;DonorPostCode&quot;: &quot;SE156XS&quot;, &quot;DonorCountry&quot;: &quot;United Kingdom&quot;, &quot;DonorEmail&quot;: &quot;test@justgiving.com&quot;, &quot;DonorFurtherContact&quot;: &quot;false&quot;, &quot;DonationRef&quot;: &quot;123213151&quot;, &quot;DonationDate&quot;: &quot;2021-10-11&quot;, &quot;DonationSource&quot;: &quot;Source&quot;, &quot;ProductSource&quot;: &quot;Product source&quot;, &quot;PaymentFrequency&quot;: &quot;Monthly&quot;, &quot;RecurringMandateCreationDate&quot;: &quot;2021-11-10&quot;, &quot;PaymentType&quot;: &quot;Paypal&quot;, &quot;DonationAuthCurrencyCode&quot;: &quot;GBP&quot;, &quot;DonationAuthAmount&quot;: 20, &quot;DonorMessage&quot;: &quot;Hi!&quot;, &quot;DonationPaymentReference&quot;: &quot;reference&quot;, &quot;DonationPaymentReferenceDate&quot;: &quot;2021-11-10&quot;, &quot;GiftAidAmount&quot;: 2.5, &quot;TransitionalReliefAmount&quot;: &quot;10&quot;, &quot;TotalAmountIncludingGiftAidAndTransitionalRelief&quot;: 30, &quot;SettlementCurrency&quot;: &quot;GBP&quot;, &quot;TransactionStatus&quot;: null, &quot;AppealName&quot;: &quot;appeal name&quot;, &quot;CustomEventCode1&quot;: &quot;Foo&quot;, &quot;CustomEventCode2&quot;: &quot;Bar&quot;, &quot;CustomEventCode3&quot;: &quot;12345&quot;, &quot;CustomFundraisingCode1&quot;: &quot;FundraisingCode1&quot;, &quot;CustomFundraisingCode2&quot;: &quot;FundraisingCode2&quot;, &quot;CustomFundraisingCode3&quot;: &quot;FundraisingCode3&quot;, &quot;CustomFundraisingCode4&quot;: &quot;FundraisingCode4&quot;, &quot;CustomFundraisingCode5&quot;: &quot;FundraisingCode5&quot;, &quot;CustomFundraisingCode6&quot;: &quot;FundraisingCode6&quot;, &quot;CustomCampaignCode1&quot;: &quot;Campaign&quot;, &quot;CustomCampaignCode2&quot;: &quot;Custom&quot;, &quot;CustomCampaignCode3&quot;: &quot;Code&quot;, &quot;ThirdPartyReference&quot;: &quot;third party reference&quot;, &quot;DonationConsent&quot;: &quot;consent&quot;, &quot;DonationConsentDate&quot;: &quot;2021-11-10&quot;, &quot;DonationPrivacyNoticeVersion&quot;: &quot;1.2&quot;, &quot;DonationConsentStatement&quot;: &quot;consent statement&quot;, &quot;BBMSTransactionId&quot;: null }, { &quot;FundraiserUserId&quot;: &quot;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&quot;, &quot;FundraiserFirstName&quot;: &quot;Test&quot;, &quot;FundraiserLastName&quot;: &quot;Test&quot;, &quot;FundraiserEmail&quot;: &quot;Test@justgiving.com&quot;, &quot;FundraisingPageId&quot;: &quot;63534&quot;, &quot;FundraisingPageUrl&quot;: &quot;http:\/\/justgiving.com\/myamazingpage&quot;, &quot;DonorUserId&quot;: &quot;234&quot;, &quot;DonorTitle&quot;: &quot;Mr.&quot;, &quot;DonorFirstName&quot;: &quot;Tester&quot;, &quot;DonorLastName&quot;: &quot;Test&quot;, &quot;DonorAddressLine1&quot;: &quot;1 Test Street&quot;, &quot;DonorAddressLine2&quot;: &quot;2 Line of address&quot;, &quot;DonorTown&quot;: &quot;London&quot;, &quot;DonorCounty&quot;: &quot;Southwark&quot;, &quot;DonorPostCode&quot;: &quot;SE156XS&quot;, &quot;DonorCountry&quot;: &quot;United Kingdom&quot;, &quot;DonorEmail&quot;: &quot;test@justgiving.com&quot;, &quot;DonorFurtherContact&quot;: &quot;false&quot;, &quot;DonationRef&quot;: &quot;123213151&quot;, &quot;DonationDate&quot;: &quot;2021-10-11&quot;, &quot;DonationSource&quot;: &quot;Source&quot;, &quot;ProductSource&quot;: &quot;Product source&quot;, &quot;PaymentFrequency&quot;: &quot;Monthly&quot;, &quot;RecurringMandateCreationDate&quot;: &quot;2021-11-10&quot;, &quot;PaymentType&quot;: &quot;Paypal&quot;, &quot;DonationAuthCurrencyCode&quot;: &quot;GBP&quot;, &quot;DonationAuthAmount&quot;: 20, &quot;DonorMessage&quot;: &quot;Hi!&quot;, &quot;DonationPaymentReference&quot;: &quot;reference&quot;, &quot;DonationPaymentReferenceDate&quot;: &quot;2021-11-10&quot;, &quot;GiftAidAmount&quot;: 2.5, &quot;TransitionalReliefAmount&quot;: &quot;10&quot;, &quot;TotalAmountIncludingGiftAidAndTransitionalRelief&quot;: 30, &quot;SettlementCurrency&quot;: &quot;GBP&quot;, &quot;TransactionStatus&quot;: null, &quot;AppealName&quot;: &quot;appeal name&quot;, &quot;CustomEventCode1&quot;: &quot;Foo&quot;, &quot;CustomEventCode2&quot;: &quot;Bar&quot;, &quot;CustomEventCode3&quot;: &quot;12345&quot;, &quot;CustomFundraisingCode1&quot;: &quot;FundraisingCode1&quot;, &quot;CustomFundraisingCode2&quot;: &quot;FundraisingCode2&quot;, &quot;CustomFundraisingCode3&quot;: &quot;FundraisingCode3&quot;, &quot;CustomFundraisingCode4&quot;: &quot;FundraisingCode4&quot;, &quot;CustomFundraisingCode5&quot;: &quot;FundraisingCode5&quot;, &quot;CustomFundraisingCode6&quot;: &quot;FundraisingCode6&quot;, &quot;CustomCampaignCode1&quot;: &quot;Campaign&quot;, &quot;CustomCampaignCode2&quot;: &quot;Custom&quot;, &quot;CustomCampaignCode3&quot;: &quot;Code&quot;, &quot;ThirdPartyReference&quot;: &quot;third party reference&quot;, &quot;DonationConsent&quot;: &quot;consent&quot;, &quot;DonationConsentDate&quot;: &quot;2021-11-10&quot;, &quot;DonationPrivacyNoticeVersion&quot;: &quot;1.2&quot;, &quot;DonationConsentStatement&quot;: &quot;consent statement&quot;, &quot;BBMSTransactionId&quot;: null }, { &quot;FundraiserUserId&quot;: &quot;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&quot;, &quot;FundraiserFirstName&quot;: &quot;Test&quot;, &quot;FundraiserLastName&quot;: &quot;Test&quot;, &quot;FundraiserEmail&quot;: &quot;Test@justgiving.com&quot;, &quot;FundraisingPageId&quot;: &quot;63534&quot;, &quot;FundraisingPageUrl&quot;: &quot;http:\/\/justgiving.com\/myamazingpage&quot;, &quot;DonorUserId&quot;: &quot;234&quot;, &quot;DonorTitle&quot;: &quot;Mr.&quot;, &quot;DonorFirstName&quot;: &quot;Tester&quot;, &quot;DonorLastName&quot;: &quot;Test&quot;, &quot;DonorAddressLine1&quot;: &quot;1 Test Street&quot;, &quot;DonorAddressLine2&quot;: &quot;2 Line of address&quot;, &quot;DonorTown&quot;: &quot;London&quot;, &quot;DonorCounty&quot;: &quot;Southwark&quot;, &quot;DonorPostCode&quot;: &quot;SE156XS&quot;, &quot;DonorCountry&quot;: &quot;United Kingdom&quot;, &quot;DonorEmail&quot;: &quot;test@justgiving.com&quot;, &quot;DonorFurtherContact&quot;: &quot;false&quot;, &quot;DonationRef&quot;: &quot;123213151&quot;, &quot;DonationDate&quot;: &quot;2021-10-11&quot;, &quot;DonationSource&quot;: &quot;Source&quot;, &quot;ProductSource&quot;: &quot;Product source&quot;, &quot;PaymentFrequency&quot;: &quot;Monthly&quot;, &quot;RecurringMandateCreationDate&quot;: &quot;2021-11-10&quot;, &quot;PaymentType&quot;: &quot;Paypal&quot;, &quot;DonationAuthCurrencyCode&quot;: &quot;GBP&quot;, &quot;DonationAuthAmount&quot;: 20, &quot;DonorMessage&quot;: &quot;Hi!&quot;, &quot;DonationPaymentReference&quot;: &quot;reference&quot;, &quot;DonationPaymentReferenceDate&quot;: &quot;2021-11-10&quot;, &quot;GiftAidAmount&quot;: 2.5, &quot;TransitionalReliefAmount&quot;: &quot;10&quot;, &quot;TotalAmountIncludingGiftAidAndTransitionalRelief&quot;: 30, &quot;SettlementCurrency&quot;: &quot;GBP&quot;, &quot;TransactionStatus&quot;: null, &quot;AppealName&quot;: &quot;appeal name&quot;, &quot;CustomEventCode1&quot;: &quot;Foo&quot;, &quot;CustomEventCode2&quot;: &quot;Bar&quot;, &quot;CustomEventCode3&quot;: &quot;12345&quot;, &quot;CustomFundraisingCode1&quot;: &quot;FundraisingCode1&quot;, &quot;CustomFundraisingCode2&quot;: &quot;FundraisingCode2&quot;, &quot;CustomFundraisingCode3&quot;: &quot;FundraisingCode3&quot;, &quot;CustomFundraisingCode4&quot;: &quot;FundraisingCode4&quot;, &quot;CustomFundraisingCode5&quot;: &quot;FundraisingCode5&quot;, &quot;CustomFundraisingCode6&quot;: &quot;FundraisingCode6&quot;, &quot;CustomCampaignCode1&quot;: &quot;Campaign&quot;, &quot;CustomCampaignCode2&quot;: &quot;Custom&quot;, &quot;CustomCampaignCode3&quot;: &quot;Code&quot;, &quot;ThirdPartyReference&quot;: &quot;third party reference&quot;, &quot;DonationConsent&quot;: &quot;consent&quot;, &quot;DonationConsentDate&quot;: &quot;2021-11-10&quot;, &quot;DonationPrivacyNoticeVersion&quot;: &quot;1.2&quot;, &quot;DonationConsentStatement&quot;: &quot;consent statement&quot;, &quot;BBMSTransactionId&quot;: null } ]</pre> </div> <div class="xml-example" style="display: none;"> <pre class="brush: xml"> &lt;DonationsReport xmlns=&quot;http://schemas.datacontract.org/2004/07/GG.Api.Services.Data.Model&quot; xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt; &lt;DonationReportItem&gt; &lt;FundraiserUserId&gt;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&lt;/FundraiserUserId&gt; &lt;FundraiserFirstName&gt;Test&lt;/FundraiserFirstName&gt; &lt;FundraiserLastName&gt;Test&lt;/FundraiserLastName&gt; &lt;FundraiserEmail&gt;Test@justgiving.com&lt;/FundraiserEmail&gt; &lt;FundraisingPageId&gt;63534&lt;/FundraisingPageId&gt; &lt;FundraisingPageUrl&gt;http://justgiving.com/myamazingpage&lt;/FundraisingPageUrl&gt; &lt;DonorUserId&gt;234&lt;/DonorUserId&gt; &lt;DonorTitle&gt;Mr.&lt;/DonorTitle&gt; &lt;DonorFirstName&gt;Tester&lt;/DonorFirstName&gt; &lt;DonorLastName&gt;Test&lt;/DonorLastName&gt; &lt;DonorAddressLine1&gt;1 Test Street&lt;/DonorAddressLine1&gt; &lt;DonorAddressLine2&gt;2 Line of address&lt;/DonorAddressLine2&gt; &lt;DonorTown&gt;London&lt;/DonorTown&gt; &lt;DonorCounty&gt;Southwark&lt;/DonorCounty&gt; &lt;DonorPostCode&gt;SE156XS&lt;/DonorPostCode&gt; &lt;DonorCountry&gt;United Kingdom&lt;/DonorCountry&gt; &lt;DonorEmail&gt;test@justgiving.com&lt;/DonorEmail&gt; &lt;DonorFurtherContact&gt;false&lt;/DonorFurtherContact&gt; &lt;DonationRef&gt;123213151&lt;/DonationRef&gt; &lt;DonationDate&gt;2021-10-11&lt;/DonationDate&gt; &lt;DonationSource&gt;Source&lt;/DonationSource&gt; &lt;ProductSource&gt;Product source&lt;/ProductSource&gt; &lt;PaymentFrequency&gt;Monthly&lt;/PaymentFrequency&gt; &lt;RecurringMandateCreationDate&gt;2021-11-10&lt;/RecurringMandateCreationDate&gt; &lt;PaymentType&gt;Paypal&lt;/PaymentType&gt; &lt;DonationAuthCurrencyCode&gt;GBP&lt;/DonationAuthCurrencyCode&gt; &lt;DonationAuthAmount&gt;20&lt;/DonationAuthAmount&gt; &lt;DonorMessage&gt;Hi!&lt;/DonorMessage&gt; &lt;DonationPaymentReference&gt;reference&lt;/DonationPaymentReference&gt; &lt;DonationPaymentReferenceDate&gt;2021-11-10&lt;/DonationPaymentReferenceDate&gt; &lt;GiftAidAmount&gt;2.5&lt;/GiftAidAmount&gt; &lt;TransitionalReliefAmount&gt;10&lt;/TransitionalReliefAmount&gt; &lt;TotalAmountIncludingGiftAidAndTransitionalRelief&gt;30&lt;/TotalAmountIncludingGiftAidAndTransitionalRelief&gt; &lt;SettlementCurrency&gt;GBP&lt;/SettlementCurrency&gt; &lt;TransactionStatus i:nil=&quot;true&quot; /&gt; &lt;AppealName&gt;appeal name&lt;/AppealName&gt; &lt;CustomEventCode1&gt;Foo&lt;/CustomEventCode1&gt; &lt;CustomEventCode2&gt;Bar&lt;/CustomEventCode2&gt; &lt;CustomEventCode3&gt;12345&lt;/CustomEventCode3&gt; &lt;CustomFundraisingCode1&gt;FundraisingCode1&lt;/CustomFundraisingCode1&gt; &lt;CustomFundraisingCode2&gt;FundraisingCode2&lt;/CustomFundraisingCode2&gt; &lt;CustomFundraisingCode3&gt;FundraisingCode3&lt;/CustomFundraisingCode3&gt; &lt;CustomFundraisingCode4&gt;FundraisingCode4&lt;/CustomFundraisingCode4&gt; &lt;CustomFundraisingCode5&gt;FundraisingCode5&lt;/CustomFundraisingCode5&gt; &lt;CustomFundraisingCode6&gt;FundraisingCode6&lt;/CustomFundraisingCode6&gt; &lt;CustomCampaignCode1&gt;Campaign&lt;/CustomCampaignCode1&gt; &lt;CustomCampaignCode2&gt;Custom&lt;/CustomCampaignCode2&gt; &lt;CustomCampaignCode3&gt;Code&lt;/CustomCampaignCode3&gt; &lt;ThirdPartyReference&gt;third party reference&lt;/ThirdPartyReference&gt; &lt;DonationConsent&gt;consent&lt;/DonationConsent&gt; &lt;DonationConsentDate&gt;2021-11-10&lt;/DonationConsentDate&gt; &lt;DonationPrivacyNoticeVersion&gt;1.2&lt;/DonationPrivacyNoticeVersion&gt; &lt;DonationConsentStatement&gt;consent statement&lt;/DonationConsentStatement&gt; &lt;BBMSTransactionId i:nil=&quot;true&quot; /&gt; &lt;/DonationReportItem&gt; &lt;DonationReportItem&gt; &lt;FundraiserUserId&gt;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&lt;/FundraiserUserId&gt; &lt;FundraiserFirstName&gt;Test&lt;/FundraiserFirstName&gt; &lt;FundraiserLastName&gt;Test&lt;/FundraiserLastName&gt; &lt;FundraiserEmail&gt;Test@justgiving.com&lt;/FundraiserEmail&gt; &lt;FundraisingPageId&gt;63534&lt;/FundraisingPageId&gt; &lt;FundraisingPageUrl&gt;http://justgiving.com/myamazingpage&lt;/FundraisingPageUrl&gt; &lt;DonorUserId&gt;234&lt;/DonorUserId&gt; &lt;DonorTitle&gt;Mr.&lt;/DonorTitle&gt; &lt;DonorFirstName&gt;Tester&lt;/DonorFirstName&gt; &lt;DonorLastName&gt;Test&lt;/DonorLastName&gt; &lt;DonorAddressLine1&gt;1 Test Street&lt;/DonorAddressLine1&gt; &lt;DonorAddressLine2&gt;2 Line of address&lt;/DonorAddressLine2&gt; &lt;DonorTown&gt;London&lt;/DonorTown&gt; &lt;DonorCounty&gt;Southwark&lt;/DonorCounty&gt; &lt;DonorPostCode&gt;SE156XS&lt;/DonorPostCode&gt; &lt;DonorCountry&gt;United Kingdom&lt;/DonorCountry&gt; &lt;DonorEmail&gt;test@justgiving.com&lt;/DonorEmail&gt; &lt;DonorFurtherContact&gt;false&lt;/DonorFurtherContact&gt; &lt;DonationRef&gt;123213151&lt;/DonationRef&gt; &lt;DonationDate&gt;2021-10-11&lt;/DonationDate&gt; &lt;DonationSource&gt;Source&lt;/DonationSource&gt; &lt;ProductSource&gt;Product source&lt;/ProductSource&gt; &lt;PaymentFrequency&gt;Monthly&lt;/PaymentFrequency&gt; &lt;RecurringMandateCreationDate&gt;2021-11-10&lt;/RecurringMandateCreationDate&gt; &lt;PaymentType&gt;Paypal&lt;/PaymentType&gt; &lt;DonationAuthCurrencyCode&gt;GBP&lt;/DonationAuthCurrencyCode&gt; &lt;DonationAuthAmount&gt;20&lt;/DonationAuthAmount&gt; &lt;DonorMessage&gt;Hi!&lt;/DonorMessage&gt; &lt;DonationPaymentReference&gt;reference&lt;/DonationPaymentReference&gt; &lt;DonationPaymentReferenceDate&gt;2021-11-10&lt;/DonationPaymentReferenceDate&gt; &lt;GiftAidAmount&gt;2.5&lt;/GiftAidAmount&gt; &lt;TransitionalReliefAmount&gt;10&lt;/TransitionalReliefAmount&gt; &lt;TotalAmountIncludingGiftAidAndTransitionalRelief&gt;30&lt;/TotalAmountIncludingGiftAidAndTransitionalRelief&gt; &lt;SettlementCurrency&gt;GBP&lt;/SettlementCurrency&gt; &lt;TransactionStatus i:nil=&quot;true&quot; /&gt; &lt;AppealName&gt;appeal name&lt;/AppealName&gt; &lt;CustomEventCode1&gt;Foo&lt;/CustomEventCode1&gt; &lt;CustomEventCode2&gt;Bar&lt;/CustomEventCode2&gt; &lt;CustomEventCode3&gt;12345&lt;/CustomEventCode3&gt; &lt;CustomFundraisingCode1&gt;FundraisingCode1&lt;/CustomFundraisingCode1&gt; &lt;CustomFundraisingCode2&gt;FundraisingCode2&lt;/CustomFundraisingCode2&gt; &lt;CustomFundraisingCode3&gt;FundraisingCode3&lt;/CustomFundraisingCode3&gt; &lt;CustomFundraisingCode4&gt;FundraisingCode4&lt;/CustomFundraisingCode4&gt; &lt;CustomFundraisingCode5&gt;FundraisingCode5&lt;/CustomFundraisingCode5&gt; &lt;CustomFundraisingCode6&gt;FundraisingCode6&lt;/CustomFundraisingCode6&gt; &lt;CustomCampaignCode1&gt;Campaign&lt;/CustomCampaignCode1&gt; &lt;CustomCampaignCode2&gt;Custom&lt;/CustomCampaignCode2&gt; &lt;CustomCampaignCode3&gt;Code&lt;/CustomCampaignCode3&gt; &lt;ThirdPartyReference&gt;third party reference&lt;/ThirdPartyReference&gt; &lt;DonationConsent&gt;consent&lt;/DonationConsent&gt; &lt;DonationConsentDate&gt;2021-11-10&lt;/DonationConsentDate&gt; &lt;DonationPrivacyNoticeVersion&gt;1.2&lt;/DonationPrivacyNoticeVersion&gt; &lt;DonationConsentStatement&gt;consent statement&lt;/DonationConsentStatement&gt; &lt;BBMSTransactionId i:nil=&quot;true&quot; /&gt; &lt;/DonationReportItem&gt; &lt;DonationReportItem&gt; &lt;FundraiserUserId&gt;91f4abd7-2319-4562-9e4e-7be7d0dbbb6f&lt;/FundraiserUserId&gt; &lt;FundraiserFirstName&gt;Test&lt;/FundraiserFirstName&gt; &lt;FundraiserLastName&gt;Test&lt;/FundraiserLastName&gt; &lt;FundraiserEmail&gt;Test@justgiving.com&lt;/FundraiserEmail&gt; &lt;FundraisingPageId&gt;63534&lt;/FundraisingPageId&gt; &lt;FundraisingPageUrl&gt;http://justgiving.com/myamazingpage&lt;/FundraisingPageUrl&gt; &lt;DonorUserId&gt;234&lt;/DonorUserId&gt; &lt;DonorTitle&gt;Mr.&lt;/DonorTitle&gt; &lt;DonorFirstName&gt;Tester&lt;/DonorFirstName&gt; &lt;DonorLastName&gt;Test&lt;/DonorLastName&gt; &lt;DonorAddressLine1&gt;1 Test Street&lt;/DonorAddressLine1&gt; &lt;DonorAddressLine2&gt;2 Line of address&lt;/DonorAddressLine2&gt; &lt;DonorTown&gt;London&lt;/DonorTown&gt; &lt;DonorCounty&gt;Southwark&lt;/DonorCounty&gt; &lt;DonorPostCode&gt;SE156XS&lt;/DonorPostCode&gt; &lt;DonorCountry&gt;United Kingdom&lt;/DonorCountry&gt; &lt;DonorEmail&gt;test@justgiving.com&lt;/DonorEmail&gt; &lt;DonorFurtherContact&gt;false&lt;/DonorFurtherContact&gt; &lt;DonationRef&gt;123213151&lt;/DonationRef&gt; &lt;DonationDate&gt;2021-10-11&lt;/DonationDate&gt; &lt;DonationSource&gt;Source&lt;/DonationSource&gt; &lt;ProductSource&gt;Product source&lt;/ProductSource&gt; &lt;PaymentFrequency&gt;Monthly&lt;/PaymentFrequency&gt; &lt;RecurringMandateCreationDate&gt;2021-11-10&lt;/RecurringMandateCreationDate&gt; &lt;PaymentType&gt;Paypal&lt;/PaymentType&gt; &lt;DonationAuthCurrencyCode&gt;GBP&lt;/DonationAuthCurrencyCode&gt; &lt;DonationAuthAmount&gt;20&lt;/DonationAuthAmount&gt; &lt;DonorMessage&gt;Hi!&lt;/DonorMessage&gt; &lt;DonationPaymentReference&gt;reference&lt;/DonationPaymentReference&gt; &lt;DonationPaymentReferenceDate&gt;2021-11-10&lt;/DonationPaymentReferenceDate&gt; &lt;GiftAidAmount&gt;2.5&lt;/GiftAidAmount&gt; &lt;TransitionalReliefAmount&gt;10&lt;/TransitionalReliefAmount&gt; &lt;TotalAmountIncludingGiftAidAndTransitionalRelief&gt;30&lt;/TotalAmountIncludingGiftAidAndTransitionalRelief&gt; &lt;SettlementCurrency&gt;GBP&lt;/SettlementCurrency&gt; &lt;TransactionStatus i:nil=&quot;true&quot; /&gt; &lt;AppealName&gt;appeal name&lt;/AppealName&gt; &lt;CustomEventCode1&gt;Foo&lt;/CustomEventCode1&gt; &lt;CustomEventCode2&gt;Bar&lt;/CustomEventCode2&gt; &lt;CustomEventCode3&gt;12345&lt;/CustomEventCode3&gt; &lt;CustomFundraisingCode1&gt;FundraisingCode1&lt;/CustomFundraisingCode1&gt; &lt;CustomFundraisingCode2&gt;FundraisingCode2&lt;/CustomFundraisingCode2&gt; &lt;CustomFundraisingCode3&gt;FundraisingCode3&lt;/CustomFundraisingCode3&gt; &lt;CustomFundraisingCode4&gt;FundraisingCode4&lt;/CustomFundraisingCode4&gt; &lt;CustomFundraisingCode5&gt;FundraisingCode5&lt;/CustomFundraisingCode5&gt; &lt;CustomFundraisingCode6&gt;FundraisingCode6&lt;/CustomFundraisingCode6&gt; &lt;CustomCampaignCode1&gt;Campaign&lt;/CustomCampaignCode1&gt; &lt;CustomCampaignCode2&gt;Custom&lt;/CustomCampaignCode2&gt; &lt;CustomCampaignCode3&gt;Code&lt;/CustomCampaignCode3&gt; &lt;ThirdPartyReference&gt;third party reference&lt;/ThirdPartyReference&gt; &lt;DonationConsent&gt;consent&lt;/DonationConsent&gt; &lt;DonationConsentDate&gt;2021-11-10&lt;/DonationConsentDate&gt; &lt;DonationPrivacyNoticeVersion&gt;1.2&lt;/DonationPrivacyNoticeVersion&gt; &lt;DonationConsentStatement&gt;consent statement&lt;/DonationConsentStatement&gt; &lt;BBMSTransactionId i:nil=&quot;true&quot; /&gt; &lt;/DonationReportItem&gt; &lt;/DonationsReport&gt;</pre> </div> <ul> </ul> </div> </div> </div> </div> <div> </div> </div> <div style="clear: both;"></div> </div> </div> <script type="text/javascript"> SyntaxHighlighter.autoloader( 'js jscript javascript /content/syntaxhighlighter_3.0.83/scripts/shBrushJScript.js', 'xml /content/syntaxhighlighter_3.0.83/scripts/shBrushXml.js'); SyntaxHighlighter.all(); </script> </body> </html>