GiftAid fields on gifts

A UK based client is asking me how they set the GiftAid fields on a gift. I have looked in both the Gift and Gift2 APIs but have not seen any GiftAid references.

When I look at the GiftAid API I can see a method

Get gift record with gift splits by gift ID (PREVIEW)

This gets the relevant fields such as

GiftAidQualificationMethod

GiftAidQualificationStatus

claim_number

tax_claim_amount

I appreciate that some of those should be read only but others, most definitely the qualification method should be a field that you can update on the gift. Am I missing something or is the API… missing something?

Answers

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Facilitator 5 Kudos 5 bbcon 2025 Attendee Badge

    Have you check the Gift Aid section of SKY API. I am not from UK, and therefore no idea what GiftAid is about, but these APIs maybe what you looking for.

    https://developer.sky.blackbaud.com/api#api=gar-gfacr&operation=EditGiftTaxAsync

  • Yes I have checked the GiftAid API but there is just a GET method but no POST or PUT

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Facilitator 5 Kudos 5 bbcon 2025 Attendee Badge

    The link I sent is a PATCH, which edits the gift's giftaid info. It is possible this is what you are looking for instead of a POST (create giftaid).

  • Sorry, I did not see the link that you sent (it did not show up clearly on my mobile but I see it now on desktop).

    I think that may be the one that I need. It is not great though as I would have liked to have added those values at the same time as adding a new gift. Especially if you want to add it to a gift batch. It does mean you cannot set these values in a gift batch but have to add them on an individual basis and then update them afterwards.

    Not ideal.

Categories