sustaining gifts via the Donations API
Hello everyone. Is there any documentation for submitting sustaining gifts via the Donations API?
I found this - http://community.customer.convio.com/docs/DOC-2266, but that's about it.
Comments
-
That link mentions a parameter, level_autorepeat. Okay, that's a clue...but
still not much. Is level_autorepeat an interval? Or is it a level? Or
is it a yes/no question? We need a list of these parameters and a
description telling us what they do.It seems to me that if I were to set up a donation level that was
recurring (and I can't find this option, even when creating a new one,
in my admin) and I were to specify that level id as the donation, it
would enter a recurring donation. Makes sense to me.Anyone? Any ideas?
0 -
JeremyGP :
That link mentions a parameter, level_autorepeat. Okay, that's a clue...but
still not much. Is level_autorepeat an interval? Or is it a level? Or
is it a yes/no question? We need a list of these parameters and a
description telling us what they do.It seems to me that if I were to set up a donation level that was
recurring (and I can't find this option, even when creating a new one,
in my admin) and I were to specify that level id as the donation, it
would enter a recurring donation. Makes sense to me.Anyone? Any ideas?
Hi Jeremy,
On your new donation page, are you trying to offer donors the option of selecting their frequency? With the API (at least the one I built out), you don't configure a specific gift level to be repeating, you simply provide donors the option (I went with a checkbox) which says, "Charge this amount each month," or the like. Once that is selected, whatever donation amount the user has previously selected or entered manually will be charged each month. You don't need to configure a specific level which is repeating like this:
$100
$50
$20
$20 each month
To make this work, you need to go into the real donation form (your ghost form) built out within Convio's system and set your donation form to use the "Flexible Sustainer Donation Level" with unchangeable "Sustainer Giving Patterns" and "Duration Period" values instead of "Standard Donation Level."
Does that help to provide some clarity on what you're looking for?
Matt
0 -
Matt Burghdoff:
Hi Jeremy,
On your new donation page, are you trying to offer donors the option of selecting their frequency? With the API (at least the one I built out), you don't configure a specific gift level to be repeating, you simply provide donors the option (I went with a checkbox) which says, "Charge this amount each month," or the like. Once that is selected, whatever donation amount the user has previously selected or entered manually will be charged each month. You don't need to configure a specific level which is repeating like this:
$100
$50
$20
$20 each month
To make this work, you need to go into the real donation form (your ghost form) built out within Convio's system and set your donation form to use the "Flexible Sustainer Donation Level" with unchangeable "Sustainer Giving Patterns" and "Duration Period" values instead of "Standard Donation Level."
Does that help to provide some clarity on what you're looking for?
Matt
Hi Matt,
It's helpful to know that I don't have to create additional levels and that the existing ones can be made recurring or single by a parameter. And I can see, in my ghost form, that there is a radio control allowing the user to choose between a single or a sustaining gift. So that part is clear to me.
However, I don't know what parameter this would be when submitted via the Donations API. For example, I have the user choose which donation amount they want - this is the level_id parameter, and it's listed in the documentation at http://open.convio.com/api/donation-api/client/. I've heard level_autorepeat in another thread - but I can't find any other reference to that, and it doesn't seem to have any effect when I set that to something and submit it.
0 -
Hi everyone,
You've uncovered a parameter that has not been documented. We'll take care of that. here is what I know at this point. the level_autorepeat parameter It is a boolean parameter (true/false). We're digging into it.
James
0 -
conviojames :
Hi everyone,
You've uncovered a parameter that has not been documented. We'll take care of that. here is what I know at this point. the level_autorepeat parameter It is a boolean parameter (true/false). We're digging into it.
James
Ahh, thank you. Some docs on this would be really great!
0 -
To chime in on this thread - the way i've been told to do this is to configure your donation levels (in the donation form edit screen) so that the donation level is repeating, and then in the API just send the repeating level ID instead of the one-time giving level.
0 -
Nick Reid:
To chime in on this thread - the way i've been told to do this is to configure your donation levels (in the donation form edit screen) so that the donation level is repeating, and then in the API just send the repeating level ID instead of the one-time giving level.
That's what I surmised, Nick. But even though the donation levels page in the administrator seemed like it should have a switch somewhere to make a donation level recurring, I could not find one.
Hopefully we'll get some movement on this soon.
0 -
JeremyGP :
That's what I surmised, Nick. But even though the donation levels page in the administrator seemed like it should have a switch somewhere to make a donation level recurring, I could not find one.
Hopefully we'll get some movement on this soon.
Did someone write the code into the API to handle that param in secret? oooooooo, scary!
0 -
Michael :
Did someone write the code into the API to handle that param in secret? oooooooo, scary!
Note that level_autorepeat is now documented in the updated API docs on http://open.convio.com.
0 -
Noah Cooper:
Note that level_autorepeat is now documented in the updated API docs on http://open.convio.com.
Unfortunately, when I set level_autorepeat, along with sustaining.duration and sustaining.frequency, my donation continues to be processed as a single-time contribution. Why is this?
0 -
JeremyGP :
Unfortunately, when I set level_autorepeat, along with sustaining.duration and sustaining.frequency, my donation continues to be processed as a single-time contribution. Why is this?
sustaining.duration and sustaining.frequency are actually not going to be available until the next release, in Fall '09. Looks like they were mistakenly included in the new version of API documentation on the Open site -- sorry about the confusion.
0 -
JeremyGP :
Unfortunately, when I set level_autorepeat, along with sustaining.duration and sustaining.frequency, my donation continues to be processed as a single-time contribution. Why is this?
Hi all,
We accidentally published the wrong version of the documentation. What you're seeing now contains parameters that won't be released until a few weeks from now.This would include the:
sustaining.frequency
sustaining.duration
installment.frequency
installment.dureation
We're working to get the correct version up now. Sorry about that.
James
0 -
conviojames :
Hi all,
We accidentally published the wrong version of the documentation. What you're seeing now contains parameters that won't be released until a few weeks from now.This would include the:
sustaining.frequency
sustaining.duration
installment.frequency
installment.dureation
We're working to get the correct version up now. Sorry about that.
James
Hi James,
is sustaining gifts via donations API supported now?
I am new to the API and trying to create my first form (looking for a good how to doc right now), but we are using sustaining gifts, so that is important to us.
Thanks,
-serge
0 -
Serge Tkachov:
Hi James,
is sustaining gifts via donations API supported now?
I am new to the API and trying to create my first form (looking for a good how to doc right now), but we are using sustaining gifts, so that is important to us.
Thanks,
-serge
Yes, this was just added in our "Fall '09" release, which is being deployed. I think your site has already been upgraded. In the "donate" method doc's there is a paragraph in the Usage Notes section mentioning the parameters for the sustaining gift options.
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 3 Blackbaud Staff Discussions
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board