CyberSource / cybersource-sdk-dotnet

.Net SDK for the CyberSource Simple Order API
Other
33 stars 52 forks source link

simple order api client for .net core #51

Open akplm opened 5 years ago

akplm commented 5 years ago

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.

naushadqamar commented 5 years ago

Is there any update for this request please?

xantari commented 4 years ago

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

bill-reiss commented 4 years ago

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.

xantari commented 4 years ago

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

ilya-khorev commented 4 years ago

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

bellash13 commented 2 years ago

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

EpiFedge91 commented 1 year ago

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?

bill-reiss commented 1 year ago

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.