Payments API error
Hello,
I'm getting the following error in my code and in the Payments SKY API (https://developer.sky.blackbaud.com/docs/services/payments/operations/CreateCheckoutTransaction/console)
message: 'Transaction is required.',
error_name: 'ChargeTransactionNullArgument',
error_code: 14,
raw_message: 'Transaction is required.'
What is this Transaction and how do I pass it to my request?
Thank you!
Comments
-
The Charge transaction endpoint is used after a transaction has been authorized and you are ready to finalize (capture) the payment.
Here is a video that walks through step by step how to process a transaction using Blackbaud Checkout in your application, including how the endpoint you reference above is used.
0 -
Hello @Mina Mistry
I've watched the video and followed the step by step guide, but I'm still having this error when testing in the endpoint:
And inside my code.
0 -
Hello @Mina Mistry,
Now it's working fine! There is just one problem with the request response where the token always return 00000000-0000-0000-0000-000000000000, like shown below. I need the token to make the transaction recurring.
"id": "94042dd3-1aaa-451b-b37b-a5ae052055e1",
"is_live": false,
"phone_number": "",
"state": "Processed",
"token": "00000000-0000-0000-0000-000000000000",
"transaction_date": "3/15/2023 2:42:34 PM",
"transaction_type": "CardNotPresent",
"authorization_code": "123456"How do I fix this? Thank you!
0 -
That's great.
The optional card_token input parameter should be used (i.e. pass in your own GUID) and Checkout will assign the payment method to that token value.
0 -
Hello @Mina Mistry !
I did that and now all is well. I'm ready to go to the next step, that is recurring gifts. Thank you very much for your valuable help!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 649 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) 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
- 783 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
