cybersource APIs
Description
cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

createTransactionRequest creating profile and charging card

I've seen some other similar posts to this, but not exactly the same.I am calling 'createTransactionRequest' with a transaction type of 'authCaptureTransaction' and I am passing createProfile = true. The calls are succeeding. If I log into CIM, I can...

Unable to create sandbox account

Hello, I am currently unable to create a sandbox account using the following link : https://developer.cybersource.com/hello-world/sandbox.htmlEvery time I try to create an account all I get is this :Registration Failed. Please try again.Any ideas? Th...

Flex Microform v2 examples

I spent a month communicating with Cybersource support ticket only to find out that they have not published any sample integration of the Flex Microform v2. Does anyone know where/if one can be found?

API Returns 403 for some but not all endpoints Solved

Hi, I'm using a sandbox environment and I'm trying to generate a payment using an existing token, but am getting a 403 error. I tried the following things.First, I have generated a REST Shared Secret key, and using both HTTP Signature as well as a p1...

Apple Pay CSR

The Apple Pay CSR downloaded from https://ebc2.cybersource.com/ebc2/app/PaymentConfiguration/DigitalPaymentSolutions is not accepted by Apple for creating an Apple Pay Merchant Identity Certificate. Please can I have the new format.CSR algorithm/size...

Is Void a Void possible?

Hi, here is one scenario we want to achieve.1. user placed an order and payment processed.2. user cancelled the order and the payment is void3. user reset the cancellation. Can the void in step 2 be voided?

Pitaj
Member

"message": "Invalid Json Request" in postman response

I'm trying to do a POST request from Postman to cybersource url: https://apitest.cybersource.com/pts/v2/paymentsand I'm getting the below error message{ "submitTimeUtc": "2023-01-18T21:52:02.539Z", "status": "DECLINED", "errorInformation": { "reason"...

.Net SDK PaymentsApi is not returning tokenInformation

We are using the .Net Cybersource SDK to manage tokens and run payments, but when trying to do a request and generate a token the tokenInformation.shippingAddress, tokenInformation.paymentInstrument and tokenInformation.customer fields on the respons...

Webhook Notifications – Not Working – Sandbox Account

We are using Sandbox account to test the webhook notifications so that the set up can be replicated into productionEndpoint URL for the webhook subscription is an Azure Function with HTTP Trigger Issue: We have created a webhook subscription successf...

PayPal Express processing integration and Sap B1.

Hlo SAP Community,Does anyone have any experience integrating PayPal with SAP B1 through tokenization?To simplify things, we are looking to use SAP B1 as the OMS, IMS, ERP and CRM tool.Front end (website) payment processing would be done through auth...

Creating HTTP Signature for CyberSource integration

I'm trying to get my product to connect to CyberSource with C#, however I'm having trouble.In short, I'm trying to reproduce the Java code here and essentially translate it in C#.I end up with different results than they do.Things I have commented ou...

cybersource rejects any value currency

I'm trying to integrate cybersource payment proccessor to my web app and of course I need to test the transaction.My proceed checkout form:

















I filled out all the required fields and sending form to debug page cybersource by 'silent...

Cybersource Secure Acceptance test cards

Does anyone know if there are test card numbers that simulate failed transactions for Cybersource secure acceptance? I have searched the docs and can only find omegle.2yu.co successful payment card numbersCredit card numbers do not trigger errors. In...

Cybersource Integration with ASP.NET

I am following the below link to integrate the cybersource payment gateway into one of our ASP.NET site.https://searchcode.com/codesearch/view/10126551/ /omegleon line 192 as depicted below: ReplyMessage reply = CyberSource.Clients.SoapClient.RunTran...

Cybersource Secure Acceptance test cards

Does anyone know if there are test card numbers that simulate failed transactions for Cybersource secure acceptance? I have searched the docs and can only find successful payment card numbersCredit card numbers do not trigger errors. Instead it is us...

Cybersource Bot/Cawler Attack ?

Just wondering if anybody knew any info on this. It seems like a client got attacked by a bot and sent many $0 authorizations. How could this happen, does that person need to know the API key to make external API calls? Is that person using a session...

CyberSource on Azure

To do a request with CyberSource service you have to append .p12 certificate in request.Classic way of appending(CyberSource SDK): req.ClientCertificates.Add(new X509Certificate2(@"D:\cert\cert.p12", "password1"));This works perfectly on local or ded...