cybersource-sdk-dotnet icon indicating copy to clipboard operation
cybersource-sdk-dotnet copied to clipboard

.Net SDK for the CyberSource Simple Order API

Results 10 cybersource-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

Are you going to provide simple order api client for .net core. If yes then when? if not then, at least provide some instruction to create soa client for .net...

Can you provide a sample client that works with .net core ?

fixes file name, no "Samples.xml" in the solution.

Opening the soap connection and setting the default proxy leaves the rest of the asp.net app in a default proxy state which may not be intended, the specific connection should...

Sometimes it's necessary to use different storage for certificates. So, if it's possible to load certificate from memory, I'm not bound to a file system

When using the NVP Client and passing in values which are not strings the client successfully processes the transactions fine. If you enable logging then the logger fails with a...

I have a default proxy configuration in my web.config/app.config like: ``` xml ` ``` ### 1) First issue: CyberSourceLibrary doesn't use the default configuration, so I need to repeat the...

Hi, I am using service fabric to deploy the application to azure cluster and we do not use configuration but an application manifest generated by service fabric. The RunTransaction() method...

According to the CyberSource API docs (http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SO_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=reply_fields_so.html) a field called ccCaptureReply_processorTransactionID should be returned: > ccCaptureReply_processorTransactionID > Processor transaction ID. This value identifies the transaction on a host system. This...

NVPClient.RunTransaction() used to use X509Certificate2Collection.Import() to extract all certificates from a keyfile into a collection. This has been changed to now instantiate a certificate from the keyfile and add it...