Async Function GetTokenPayment(accessToken As String, skey As String) As Task(Of Boolean) Dim paymentUrl As String = $"https://api.sky.blackbaud.com/payments/v1/cardtokens" Dim jsonData As String = "{ ""card_number"": ""4111111111111111"", ""expiration_date"": ""12/24"", ""cvv"": ""123"", ""cardholder_name"": ""John Doe"",…
Where should the grant type be configured for the application? I'm utilizing the client_credentials grant type for OAuth 2.0 token retrieval to access the payment API. However, I'm encountering a Bad Request error with an "unauthorized_client" message, indicating that “The value specified for the grant_type parameter…
Greetings everyone, I've been attempting to retrieve payment configurations information via an HTTP request, but unfortunately, it's consistently failing. I can confirm that my subscription is active. Strangely, when I test this functionality in the SKY API Console environment, it operates as expected. However, when…
Hi all, I've been trying to get the transaction information through an HTTP request, but it keeps failing: I do have the subscription active : When I test it in the SKY API environment it works: But in power automate I keep receiving the error :
Hi, Is there any way to integrate Blackbaud checkout in next.js / react? I am referring to guide/code on this page - Is there any npm package available for direct integration? Thanks!
I have added transaction_category to the request object for Post Transactions and Post Checkout Transaction endpoints as instructed here https://community.blackbaud.com/blogs/69/9246?utmcampaign=website&utmmedium=email&utmsource=community.blackbaud.com. even though the BB documentation says that transaction_category is a…
Hi there, When storing a card using the Checkout OpenStoreCardForm() method, is there a way to store the expiry date and CVV as well? We would like to use this to store a card and then use that card token on a recurring gift created in RENXT, but the worry is that the subsequent payments from the recurring gift would then…
Hello everyone, I am reaching out to seek some help on failures we encountered after Blackbaud implemented recaptcha in Blackbaud checkout. We have several integrations/custom donation forms that will bring up Blackbaud checkout pop-up for donors to put in billing information and submit for transaction approval, where we…
We are seeing this error in BBMS Successful Void 807 The transaction was authorized but uncaptured. Does anyone know what this means or what causes this to happen?
A number of gifts through a custom giving form resulted in 807 gateway errors (successful void). The gifts were made using the payments API using Blackbaud_OpenPaymentForm() followed by a addGiftsToBatch API method. The majority of gifts successfully processed, but this set of gifts (the majority of which were for the same…
It looks like you're new here. Sign in or register to get started.