Adding a new gift with gift subtype
I am able to add a new gift using the gift v2 api with the following endpoint:
https://api.sky.blackbaud.com/gft-gifts/v2/gifts
However, the gift subtype that I added does not appear. It neither appears in the UI nor when I pull the gift back from the API.
My payload is as follows:{
"gift_date": "2026-05-11T00:00:00",
"amount": {
"value": 1.5
},
"sub_type": {
"name": "Monetary",
"id":2523
},
"gift_post_status": "DoNotPost",
"gift_type": "OneTime",
"gift_splits": [
{
"fund_id": "68",
"amount": {
"value": 1.5
},
"campaign_id": "13",
"appeal_id": "30"
}
],
"payments": [
{
"method": "Cash"
}
],
"acknowledgements": [
{
"status": "NotAcknowledged"
}
],
"receipts": [
{
"receipt_status": "Receipted",
"date": "2026-05-11"
}
],
"constituent": {
"id": "25196"
}
}
I have tried both with and without the gift subtype id. I have also tried it as "sub_type": "Monetary"
even though the docs show it as an object that I used at first.
Has anybody else managed to add this or is this a bug?
Best Answer
-
I was able to add gift subtype no problem using "name" only in the gift_subtype property.
Did you ensure the name (table entry long description) is an active one in the environment you are running this in?
{
"amount": {
"value": 120
},
"gift_type": "OneTime",
"gift_splits": [{
"id": null,
"amount": {
"value": 120
},
"fund_id": "4689"
}],
"constituent": {
"id": "458424"
},
"gift_date": "2026-01-01T12:00:00Z",
"gift_subtype": {
"name": "BA_BB_ML4404"
}
}1
Answers
-
Hi @David Zeidman! Tagging in @Erik Leaver and @Alex Wong to see if they can offer any insight.
1 -
Hmmm, the docs said "sub_type" only and not gift_subtype. I will try again with that.
Thanks
0 -
I take back what I said. I must have misread it. I will try again tomorrow.
Thanks for putting me straight.
2
Categories
- All Categories
- 6 Blackbaud Agents for Good™
- Raiser's Edge NXT test
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 405 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 666 Blackbaud Grantmaking™
- 587 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 949 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 6.8K Blackbaud Raiser's Edge NXT®
- 3.8K SKY Developer
- 251 ResearchPoint™
- 121 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 243 Member Lounge (Just for Fun)
- 38 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 807 Community News
- 3K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)



