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

simple order api client for .net core

Open akplm opened this issue 7 years ago • 8 comments

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 core.

akplm avatar Aug 22 '18 06:08 akplm

Is there any update for this request please?

naushadqamar avatar Oct 18 '18 01:10 naushadqamar

Still no .NET Standard library. Crazy. Stripe (big competitor to Cybersource) has had .NET Core support for years now. So sad.

xantari avatar Dec 20 '19 20:12 xantari

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

bill-reiss avatar Feb 19 '20 19:02 bill-reiss

@xamlnative Yeah thats pretty much the only way to do it (by yourself) as Cybersource is not putting much developer effort into this library unfortunately. I think this library is considered deprecated and your supposed to use this one: https://github.com/CyberSource/cybersource-rest-client-dotnet

Problem is, it is also not .NET Standard compliant and therefore cannot be used in .NET Core projects.

xantari avatar Feb 19 '20 19:02 xantari

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hi Are you able to share this code? As we, unfortunately, need to the same

ilya-khorev avatar Apr 03 '20 07:04 ilya-khorev

Here's what you are looking for https://github.com/CyberSource/cybersource-rest-client-dotnetstandard

bellash13 avatar Jun 08 '22 17:06 bellash13

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hello - are you able to share your code?

EpiFedge91 avatar Aug 30 '22 16:08 EpiFedge91

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hello - are you able to share your code?

If I was to do this now, I would use the .NET Standard version mentioned above. If it doesn't work right out of the box, it should be pretty straightforward to get it working. Much better than all the hacks I had to do.

bill-reiss avatar Aug 30 '22 17:08 bill-reiss