authorize_only attribute on transaction
Hello, I'd like to set up a system to delay charging a card. We'd like to collect and store the card token data but not make a charge.
I'm looking at the documentation here:
And I see a flag called authorize_only. Is this attribute intended for this use case?
Comments
-
For context, we'd use the BBMS payment form on the front end.
0 -
Hi Lauren
To store a card, you can use the StoreCardInfo method of Blackbaud Checkout that will give you a token. This will not perform any authorizations on the card. There is a similar method for storing a direct debit account.
Supported transactions - SKY API (blackbaud.com)
The authorize_only parameter is used when you want to authorize a payment on that card (i.e. the cardholder will see a pending charge) but not charge until a later date.
0 -
@Mina Mistry Hi Mina, thanks so much - that's very helpful. I appreciate it.
One follow up question:
On the backend, after the transaction token is received, what Payments api endpoint needs to be called to finalize storing of the card data? I tried this endpoint (CreateCheckoutTransaction) with an amount of zero but that didn't work and I didn't see any paramaters that suggest saving a card for future use.
0 -
Using StoreCardInfo doesn't require any separate “finalize” calls. The card_token parameter will be used to store the card information.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 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)
