This operation retrieves the max (greatest alphabetically) third party transaction id associated with this api key . This is a secure request as indicated by the '/secure/' element in the URL path, therefore, an access token (authentication) is required.
GET
xml, json
xml, json
https://api.globalgiving.org/api/secure/givingservice/maxthirdpartytransactionid
&api_key described in the API Key section, required
&api_token described in the Access Token section, required
/api/secure/givingservice/max-third-party-transaction-id?api_key=YOUR_API_KEY&api_token=SOME_API_TOKEN
curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "https://api.globalgiving.org/api/secure/givingservice/maxthirdpartytransactionid?api_key=YOUR_API_KEY&api_token=SOME_API_TOKEN"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<order>
<currencyCode>USD</currencyCode>
<signupForCharityNewsletter>false</signupForCharityNewsletter>
<signupForGGNewsletter>false</signupForGGNewsletter>
<transactionId>GA503519727</transactionId>
</order>
| currencyCode | string |
| signupForCharityNewsletter | boolean |
| signupForGGNewsletter | boolean |
| transactionId | string |
| Element | Mandatory | Description |
|---|---|---|
| currencyCode | ignore | This value can be ignored for now. |
| signupForCharityNewsletter | ignore | This value can be ignored for now. |
| signupForGGNewsletter | ignore | This value can be ignored for now. |
| transactionId | required | The third party transaction id that is greatest alphabetically. |