Finding refund records for a given transaction with Authorize.Net API
I'm writing a script to go through a number of transactions and retrieve info about them from Authorize.Net. I can get info for a given transaction just fine through the API, but wis there any way to use the API to find if a given transaction also ha...
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?
Restrictions to using the Cybersource API
Hello everyone! Are there any limitations or restrictions to using the Cybersource API in certain countries or regions?
"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...
Customer Company Name not populating on accept payment form under Billing Info
Changing the form settings in my merchant profile has no effect on any of these fields. First name last name address city and zip all populate correctly#getinfo.company_name#doesn't populate
Payment Security Market Foreseen To Grow Exponentially Over 2028
The global payment security market size was valued at USD 19.5 billion in 2021. The market is projected to grow from USD 19.5 billion in 2021 to USD 47.02 billion by 2028, exhibiting a CAGR of 15.80% during the forecast period.Payment security is a t...
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...
available CyberSource APIs, and how do they enable developers to securely accept and process payment
"What are the available CyberSource APIs, and how do they enable developers to securely accept and process payment transactions? How can I integrate CyberSource APIs into my website or mobile application, and what documentation and support resources ...
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...
Magento 2 & Cybersource payment invalid field for duplicated product categories
I'm using cybersource Payment gateway for my Magento 2 install, the gateway require some Merchant Data fields to be populated with the oeder, one of the fields is the product category, currently i'm using the below method: $name = $categories = []; f...
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...
Passing Variables in hostedPaymentSettings
Using XML - this just returns on the receipt as TEST PROFILE. Is there a way to escape so that the variable output is used instead?hostedPaymentOrderOptions{"show": true, "merchantName": "#company_name#"}
Online cancellation of subscriptions
My payment gateway is CyberSource. There are many documents for this, but they don't say which API to call for cancellation. I read many compositions for this, but they need to offer a sample code. Here's the documentation:-Cybersource's Apps library...
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 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 numbers Credit card numbers do not trigger errors. Instead it is u...
Cybersource IOS SDK with PHP
We need to integrate cybersource to an ios application, we found the SDK here: https://github.com/CyberSource/cybersource-ios-sdk /echatspin /echatrandom and token generation is working too. I am not not sure how to process the token, can I do this f...
How to format Savon Request for Cybersource SOAP API
Trying to figure out how to format a request for Cybersource payments, using Savon and Ruby.I've been at this for a while now, with no luck. I keep getting requestMessage not supportedI'm guessing it's due to how I'm passing in the parameters to the ...
How/Where do I get the MerchantKeyId and MerchantSecretKey from Cybersource Business centre?
I am using cybersource-rest-client NPM package to make payments using Cybersource REST API. It all works fine with test values from cybersource-rest-samples-node /omeglz /echat Configuration files. I have failed to find the corresponding MerchantKeyI...
In CyberSource, how do you use a credit card flexible token with payments API?
Trying to get my head around how CyberSource works..In CyberSource, the Secure Acceptance Flexible Token API can be used to tokenize a credit card on client-side for processing for future processing.That part is easy enough. There's plenty of documen...
Accept Hosted localhost testing E00013 Invalid Setting Value. hostedPaymentIFrameCommunicatorUrlurl:
When calling https://apitest.authorize.net/xml/v1/request.api with a getHostedPaymentPageRequest body with hostedPaymentIFrameCommunicatorUrl of https://localhost:3010/IFrameCommunicator.html I'm receiving an error code E00013 with text "Invalid Sett...
How to register CyberSource.WSSecurity.dll on MS azure
I am implementing payment gateway named as Cybersource to my project. Please follow this link for more info http://www.cybersource.com/developers/integration_methods/simple_order_and_soap_toolkit_api/I am using simple_order_and_soap_toolkit_api, and ...
Online cancellation of subscriptions
My payment gateway is CyberSource. There are many documents for this, but they don't say which API to call for cancellation. I read many compositions for this, but they need to offer a sample code. Here's the documentation:-Cybersource's Apps library...
Flex api V2 (flex/v2/sessions) is giving VALIDATION_ERROR
I am trying to create capturecontext using https://apitest.cybersource.com/flex/v2/sessions /omeglz /echat with below request payload{ "fields" : { "paymentInformation" : { "card" : {"number":"4111111111111111", "expirationMonth":"12", "expirationYea...