xss.ApiNexio 1.0.3

Save payments after save card

There is a newer version of this package available.
See the version list below for details.
Install-Package xss.ApiNexio -Version 1.0.3
dotnet add package xss.ApiNexio --version 1.0.3
<PackageReference Include="xss.ApiNexio" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.ApiNexio --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.ApiNexio, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.

Release Notes

using neccesary:
using xss.Connectivity;
using xss.Enumeration;
using xss.Logger;

Example used:

Method used (controller) - Type : Post

ApiNexio_SaveTransaction(RunTransRequest objRunTransRequest)

Object sent:

{
 "isAuthOnly": true,
 "tokenex": {
   "token": "18c0c4dd-6580-4710-a9d2-1e769304b364",
   "firstSix": "411111",
   "lastFour": "1111"
 },
 "data": {
   "currency": "USD",
   "amount": 10,
   "cart": {
     "items": [
       {
         "item": "E002",
         "description": "Prod1",
         "quantity": 1,
         "price": 10,
         "type": "sale"
       }
     ]
   }
 },
 "processingOptions": {
   "checkFraud": true
 }
}

Object Return :

NuGet packages

This package is not used by any NuGet packages.

Version History

Version Downloads Last updated
1.0.8 4 5/9/2019
1.0.7 0 5/9/2019
1.0.6 0 2/28/2019
1.0.5 0 2/28/2019
1.0.4 0 2/26/2019
1.0.3 0 2/22/2019
1.0.2 0 2/13/2019
Show less