Pledge Installments and the ADF
So I'm trying to build an advanced donation form that will allow me to take a pledge with the first payment and I almost have it working.
In the example, it's as simple as setting the total pledge amount in the designations array for the designation, and then setting the installment amount and number of installments.
So this works if my designation amount and installment amount are the same.
When I set the designation amount to 5000, it goes through the payment process (with the charged amount of $1000) but then the call to complete the donation (/WebAPI/ADFCheckout/Complete) locally generates a 400 bad request.
In the example, it's as simple as setting the total pledge amount in the designations array for the designation, and then setting the installment amount and number of installments.
So this works if my designation amount and installment amount are the same.
When I set the designation amount to 5000, it goes through the payment process (with the charged amount of $1000) but then the call to complete the donation (/WebAPI/ADFCheckout/Complete) locally generates a 400 bad request.
{
"Gift":{
"PaymentMethod":0,
"Designations":[
{
"Amount":5000,
"DesignationId":"156914D2-1253-4328-855B-7CA967EBC2E1"
}
],
"PledgeInstallment":{
"InstallmentAmount":"1000.00",
"NumberOfInstallments":"5"
}
...
}
0
Comments
-
So I got this working, don't ask me how

HOWEVER, there is what I consider to be a serious usability problem, unless I'm doing something wrong.
https://give.unc.edu/takeupspace
If you choose any pledge installment option, when you go through to the Blackbaud checkout payment screen, it shows $5,000 in the lower left corner, which is the pledge amount, not the installment amount.
This will confuse the heck out of donors who will be afraid to continue because they think they're about to charge $5,000.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
