Payment API Errors
I am having an issue processing payments in a plugin I am developing. They are being sent to the transaction list as "Not processed." I am trying to use /checkout/transactions to charge the transactions, but this is what I'm getting back:
[{"message":"Transaction is required.","error_name":"ChargeTransactionNullArgument","error_code":14,"raw_message":"Transaction is required."}]
This is what the body I am sending looks like:
{"authorization_token":<transaction token>,"amount":"25.00"}
Answers
-
@Tabytha Rourke: I am also facing same issue.
Are you able to resolve this?0 -
Hi @Nidi Shah
Please review this section on how to charge a transaction using Blackbaud checkout and let me know if this answers your question
Please also be aware that we just released a new version of checkout (following a similar implementation path). If you are building a new integration, I highly recommend using the latest version that includes more payment methods and a more customizable user experience.Thanks
Mina
0 -
@Mina Mistry : I am already doing that:
We are integrating with the SKY API Checkout transaction endpoint:
POST https://api.sky.blackbaud.com/payments/v1/checkout/transaction
Request body:
{
"amount": 100,
"authorization_token": "<token>"
}
Response:
{
"error": "ChargeTransactionNullArgument",
"message": "Transaction is required."
}
i got token also from checkoutComplete event.
Please help me with this.
0
Categories
- All Categories
- 1 Blackbaud Agents for Good™
- Raiser's Edge NXT test
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 661 Blackbaud Grantmaking™
- 583 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 947 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.8K Blackbaud Raiser's Edge NXT®
- 3.8K SKY Developer
- 251 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 243 Member Lounge (Just for Fun)
- 37 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) 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
- 804 Community News
- 3K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
