LO Apple Pay
Comments
-
Hi David,
While Apple Pay works on Luminate forms, those forms need to be leveraging Blackbaud Checkout for the digital wallets to display. We have a Blackbaud Checkout Success Kit with code and instructions. Give that a try!
1 -
Thanks for assisting with this. The Success Kit is very similar to the Blackbaud Checkout Donation Form Kit which I have already tried. I use the apple_pay_conditional.html to create a link to the page set up in the document. The page is blank, aside from the styles applied. I double-checked the Black Merchant Account in Payment Capabilities and it is configured for the right account. Do I have to use the MobilePay Account, too?0
-
Hi David -
I recommend contacting Blackbaud Support to help you investigate why Apple devices aren't displaying the option on your Blackbaud Checkout forms. You don't need MobilePay for it, so it might be something on the BBMS side of things, but they can help you investigate.
Thanks,
Colleen
0 -
@Erik Leaver Hi Erik, we did successfully install the Blackbaud Checkout Kit for an upcoming TeamRaiser event.
The instructions state that the "add_apple_pay" reusable is included in the "wpr_styles" reusable. I am unable to locate the line within the wpr_styles reusable. Support was unable to find it as well and has confirmed that it's not in the wpr-styles reusable.
The issue is that we need to know where the code is so we can customize it. According to the Secure Checkout Kit, the add_apple_pay reusable needs to be customized so that it points to the blackbaud_checkout reusable created for the TeamRaiser event in question. The name of this blackbaud_checkout reusable changes. So we would need more than one add_apple_pay reusable in order for the correct add_apple_pay reusable to be connected to the correct blackbaud_checkout for each TeamRaiser. Appreciate your help in letting us know where that reusable is.
0 -
@Cynthia Isaac The kit should have a separate file, “add_apple_pay” included in it.
Let me know if you aren't able to locate it!
Best,
Erik0 -
@Erik Leaver
Thanks, Erik. Yes, we used the code in the kit to create the add_apple_pay reusable. I think my question was not worded correctly. The instructions in the kit state that the apple pay reusable we create is called out in the “wpr_styles” reusable. But I am unable to find where it is being called out. We need to change the name of the reusable.0 -
@Cynthia Isaac Thanks for the clarification. You are right! The code to call the reusable is not in the “wpr_styles” file. But you can add it after the “secure_checkout” and “tr_secure_checkout” reusables like this:
[[s51:YOURREUSABLENAME]]0 -
@Erik Leaver Thanks, Erik. I think Apple Pay must be connected in some other way because Apple Pay shows on our donation form even though I disabled all related reusables/codes.
When I first created the add_apple_pay reusable ("add_apple_pay_rudm") for the donation form 3040, I had left it inactive since I didn't know how to connect it. But Apple Pay was working on our donation form.
So I thought the default add_apple_pay reusable that I had set up during testing was being called out somewhere and that is why I was trying to find where in the code it's being called out. But I just inactivated that reusable (“add_apple_pay”) and also inactivated the default checkout reusable it points to ("blackbaud_checkout"). And Apple Pay is still showing!
I then went into Donation Form 3040 and changed the “apple_pay_conditional" code from pointing to "rudm_checkout", which is the checkout reusable I created for this donation form, to a nonexistent checkout form “x_checkout”. And Apple Pay is still showing!
It seems to me like that Apple Pay is being called out in some other way?
0 -
@Cynthia Isaac Can you provide a link to the donation form?
Is the intended outcome NOT to display Apple Pay?0 -
@Erik Leaver Sorry, Erik. I did not get a notification this time that you had replied like I did last time. Just saw your response. We do want to use Apple Pay. However, we need to know how Apple Pay is connected because we need to customize the reusable name per TeamRaiser event.
According to the Secure Checkout Kit, the add_apple_pay reusable needs to be customized so that it points to the specific blackbaud_checkout reusable created for the TeamRaiser event in question. Since the name of this blackbaud_checkout reusable changes according to the TeamRaiser event, we would need more than one add_apple_pay reusable in order for the correct add_apple_pay reusable to be connected to the correct blackbaud_checkout.
You can click on the donation button on this personal page for our current TeamRaiser event:
https://secure.embracekids.org/site/TR/RutgersDanceMarathon/RUDM?px=1071583&pg=personal&fr_id=1540
Thanks again for your help.
0 -
@Cynthia Isaac I think the instructions you need are in the Blackbaud Checkout help documentation in step 5: Create a URL for TeamRaiser Gifts. Be sure to take a look at the "Advanced considerations and tips for TeamRaiser gift URLs.
0 -
@Erik Leaver We have Step 5 set up already. In fact the checkout form for the TeamRaiser event works without any problems. But as mentioned, according to the Checkout Instructions, we will need to customize the Apple Pay reusable per TeamRaiser event. Since we will be using Checkout for multiple TeamRaisers simultaneously, we are trying to ensure that Apple Pay is linked and flowing correctly so there are no issues when we set up our next TR event with Checkout.
0 -
@Cynthia Isaac I checked with a colleague to make sure I understood the code correctly. She noted:
The reusable called tr_secure_checkout includes JavaScript to add the appropriate BB Checkout parameters to appropriate links in various TeamRaiser pages. The code pulls the appropriate parameter values from the URLs of the page or from session variables set in the wrapper, for example, on the TeamRaiser personal page it pulls the soft credit ID, which is the constituent ID, from the px parameter in the URL.
It is intended to be included in the wrapper per the instructions.
Assuming you are using the same wrapper for all of the TeamRaisers and assuming that the TeamRaiser events all use the default layouts for the various pages that that code updates links for, then it should work fine for multiple TeamRaisers.
For example, if you have a blueprint TeamRaiser with multiple child TeamRaisers all using the same wrapper and set-up, then the code should work fine in all cases.
0 -
@Erik Leaver Thanks, Erik. That's exactly the issue. Our page wrappers and security codes are unique to most of our TeamRaisers.
0 -
@Cynthia Isaac In that case, you'll need to modify each wrapper and you'd need a separate PageBuilder page to use in each wrapper. There isn't a way to set the configuration to apply to multiple pagewrappers.
0 -
@Erik Leaver
Yes, that's right. We have all of that set. We just need to create a new add_apple_pay per TeamRaiser event/PageWrapper since the add_apple_pay reusable points to the specific blackbaud_checkout reusable created for that TeamRaiser/PageWrapper. Since the name of this blackbaud_checkout reusable changes according to the TeamRaiser event, we would need more than one add_apple_pay reusable in order for the correct add_apple_pay reusable to be connected to the correct blackbaud_checkout. That's why we just need to know how the add_apple_pay is being called out so we can adjust the code. Thanks again for your help.0 -
@Cynthia Isaac The only place the add apple pay code is includes is to the wpr_styles reusable. You'll need one copy for each wrapper in use unless you can devise some way to change the link based on a session variable. That's outside the scope of this kit.
0 -
@Erik Leaver Hi Erik, yes that was my point all along. We are making a copy of the add apple pay reusable and wpr styles for each wrapper. But the only problem is that the add apple pay code is not in the wpr styles reusable even though the instructions say that it is. Tech support confirmed this and so did you earlier in this thread, actually. This is why I am asking where the add apple pay is being called out so that I can update the code to point to the correct copy.
0 -
@Cynthia Isaac I mentioned this early in the thread:
The code to call the reusable is not in the “wpr_styles” file. But you can add it after the “secure_checkout” and “tr_secure_checkout” reusables like this:
[[s51:YOURREUSABLENAME]]Just use the s51 tag!
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™
- 1 YourCause® from Blackbaud®
- 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
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 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