In the Payments API Deep Dive A Hands on Guide to Integrating with Blackbaud Merchant Services in youtube , javascript file used to collect code value, Need javascript which will collect authorization code and add it in redirect url after clicking the authorize button <script type="text/javascript"> function…
Are there any plan to add a Get Transaction list? Something I can do to create reports and connect transactions to gifts?
[{"message":"The user is not entitled to perform back office payments.","error_name":"UserNotEntitledForBackOfficePayments","error_code":23,"raw_message":"The user is not entitled to perform back office payments."}] While trying to test payment , I am getting this error, I am using Test-does not charge environment only .…
Error getting Payment Configuration List: Error in SkyProxy: One or more errors occurred. Error accessing SKY API: Error authenticating: Bad Request Tried troubleshooting and can't determine the issue. API is used 2x month and worked fine 2/15/24, failed on 3.1.24. I'm sure it's something super basic but I'm not…
We have set up a process to Create a membership and recurring gift for the membership using the sky API (Both Raiser edge and Payment endpoints). This is all set up and working but has one issue that I need to solve. The card gets authorized for the membership payment but then get authorized a 2nd time and that…
Hi all, I am currently working on integrating my payment API from Bambora with Blackbaud for my public donation portal. Accessing the payment API requires an authorization process, but not every user of my application may wish to undergo this process. How should I address this situation? Is there an alternative method for…
Hi All, I am currently working on integrating my payment API from Bambora with Blackbaud for my public donation portal. In our application, we're focused on saving credit card details and recurring donation information exclusively in Payment Gateway. For this purpose, I'm utilizing the Blackbaud API…
We are moving from Bambora to BBMS and need a developer to help connect our custom form to the Payments API. Let me know if anyone has availability.
I'm utilizing custom controls for credit card details on my public donation portal and aiming to utilize payment APIs to store card details. Can someone assist in understanding how to retain/store the refresh token for passing it to the payment APIs? Alternatively, are there other methods to access the payment APIs?…
Dim paymentUrl As String = $"https://api.sky.blackbaud.com/payments/v1/transactions" Dim payment = New PaymentAdd() payment.amount = 1 payment.csc = "123" payment.comment = "Recurring donation" payment.card_token = cardToken payment.direct_debit_account_token = "00000000-0000-0000-0000-000000000000" payment.tokenize =…
It looks like you're new here. Sign in or register to get started.