Referencing .NET Framework DLL from .Net Core 3
I have a .NET Framework library provided by a vendor (CyberSource payment processor - https://github.com/CyberSource/cybersource-sdk-dotnet /omegle /shaglevoojio).This API is being referenced by an ASP.NET Core 3.0 application.Everything compiles fin...
How to replicate sha256 hash example from CyberSource REST API documentation?
I am investigating the CyberSource REST API and want to test the JSON Web Token Authentication method as documented here: https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/jwtTokenAuthentication....
Cybersource Hosted Order Page Integration
I want to integrate cybersource as a HOP i.e. the user will be redirected to the service provider to complete the payment. I am not able to find proper APIs for generating the hosted order omegle.2yu.co pay for redirecting the user. Have gone through...
Referencing .NET Framework DLL from .Net Core 3
I have a .NET Framework library provided by a vendor (CyberSource payment processor - https://github.com/CyberSource/cybersource-sdk-dotnet /omegleshagle /voojio ).This API is being referenced by an ASP.NET Core 3.0 application.Everything compiles fi...
Lambda deployment of node sdk
I have used the git node sdk file locally to test cybersource API it works perfectly. Do we have any method to use this api sdk through AWS lambda or Deploy serverless application. If so please let me know how. Thank you..
Imports for C# not working, how to fix it?
Hi, I'm using CyberSource for the first time and I decided to use C# for this. I wanted to test the API for creating a customer Payment Instrument. I copied the sample code but the using statements are invalid on my box. Is there a Nuget package I ne...
how to using partial refund in Cybersource Simple Order API
The refund(credit) could be found at Table 21 in page 77.http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SO_API/Credit_Cards_SO_API.pdf#page=76&zoom=100,0,100 /omegleshagleHad anyone experience, using cybersource partial refund.H...
An overview of what the SOAP API can do for AVS transactions
Hello,In the past, everything has worked fine with Cybersource, but I would like to see if I can settle an AVS transaction using the SOAP API. Transactions related to AVS can be viewed in the Cybersource Business Center. The transaction can be settle...
The following property is either invalid or missing: merchant_category_code, eur_outlet_id
I am getting the following error when trying to complete a checkout in BigCommerce using a cybersource sandbox account and jeffreymolina0001.The following property is either invalid or missing: merchant_category_code, eur_outlet_id, eur_terminal_idAn...
What the SOAP API can do to "settle" AVS transactions
Site integrates with Cybersource using the SOAP API. So far, everything is working fine, but want to see if I can settle an AVS transaction using the API. AVS transactions can be viewed in the Cybersource Business Center. It is possible to "settle" t...
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...
The payment API allows you to use credit card flexible tokens. How do you do that?
Hello,I'm trying to figure out how CyberSource works.Client-side tokenization of a credit card is possible with CyberSource's Secure Acceptance Flexible Token API.It's easy enough to do that part. You can find a lot of documentation and a few package...
E-1F6547974E4C4090B50868DF5C4F82AD
I'm connecting Cybersource from my Merchant Portal.Yesterday, everything was still fine but today when I try to invoke your payment APIhttps://secureacceptance.cybersource.com/pay receive this response (403).Please support checking ASAP.Thanks and Be...
Flex Microform
I am currently using ReactJS for my application, and I would like to use cardTypeChange function available and it doesn't work (ref: https://developer.cybersource.com/api/soap-developer-guides/dita-flex/SAFlexibleToken/FlexMicroform/api_reference/eve...
Flex Microform
Is it possible to retrieve the maskedPan (i.e. masked credit card number) with the creation of the transient token using Flex Microform?
Unable to create instrument identifier
Hi, I created profile-id "CEDACD98-2954-429D-813D-E5E631EC17D7" for merchant-id "wwg_online_b2b", however while hitting the "tms/v1/instrumentidentifiers" POST from the sample code, I am getting error "Profile not found". {"errors":[{"type":"notFound...
Authorize.net vs Cybersource
My company currently uses Authorize.net. While exploring implementation options, it appears to me that Authorize.net is outdated and perhaps Cybersource is a better or newer option (and perhaps an equivalent), but I'm having difficulty finding a spec...
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...
cybersource api testing via POSTMAN or test framework (SuperTest)
Below API is being used by our apps (android and IOS) for payment.https://testsecureacceptance.cybersource.com/silent/pay /omegle and at app side this URL gets loaded in WebView which works as expected.We are trying to perform sandbox testing by incl...
Payment getting declined Cybersource HOP
I am able to successfully redirect user to Cybersource payment gateway. But after filling out all the details, I am getting an error "The request data did not pass the required fields check for this application: [Bill_address1, bill_city, bill_countr...
How to get credit card type based on card number
The customer enters the card number , How do I judge the type of credit card based on the card numberThanks
User/Pass Authentication using RESTful WCF & Windows Forms
What is the best approach to implementing authorisation/authentication for a Windows Forms app talking to an IIS-hosted RESTful WCF Service?The reason I ask is I am very confused, after sifting through different articles and posts expressing a differ...
How to specify device fingerprint id in Cybersource REST API?
I'm trying to integrate CyberSource's REST API into a Django (Python) application. I'm following this GitHub example /echatrandom example. It works like a charm but it is not clear to me from the example or from the documentation /echatspin how to sp...
How to replicate sha256 hash example from CyberSource REST API documentation?
I am investigating the CyberSource REST API and want to test the JSON Web Token Authentication method as documented here: https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/jwtTokenAuthentication....
Implement cybersource silent order post with ajax
I am using cybersource silent order post inside magento one page checkout. I want to do ajax post to "https://testsecureacceptance.cybersource.com/silent/pay/ /voojioshagle" . But it's giving me below error:- "XMLHttpRequest cannot load https://tests...
About Deleting Default Customer's Payment Method in TMS
When using CyberSource REST API, I cannot delete a Customer's Payment Method if that method is the default one.Could someone confirm for is it possible to delete a customer's default payment method in TMS using REST API?The Error Message:"Action cann...
Using GooglePay with CyberSource Gateway
I'm currently using the PHP Simple Order Api REST client https://github.com/CyberSource/cybersource-rest-client-phpBoth developers guides found onhttps://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqG...
Is there an API call for Cybersource that will allow me to query for the expiration of a REST
We had an unfortunate incident earlier this month were our REST - Shared Secret key expired and as you can image it was no fun for a few hours.It got me thinking about if there is an API call I can use to query for the REST - Shared Secret key's deta...
Can I use my test environment merchant ID and keys to test a flex microform post?
I'm getting started understanding what's required for Cybersource's Flex Microform integration. But to start with, I'm hoping to be able to see a valid response using my merchant ID, shared secret key and the general key that comes with generating th...
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 /omegle shaglevoojio Configuration files. I have failed to find the corresponding Mercha...