xss.ApiNexio
1.0.3
Save payments after save card
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" />
paket add xss.ApiNexio --version 1.0.3
#r "nuget: xss.ApiNexio, 1.0.3"
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 :
Dependencies
-
.NETCoreApp 2.2
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- NLog (>= 4.5.11)
- NLog.Web.AspNetCore (>= 4.8.0)
- System.Data.Common (>= 4.3.0)
- System.Data.SqlClient (>= 4.6.0)
- xss.ConnectionManager (>= 1.3.1)
- xss.Enumeration (>= 1.2.1)
- xss.Logger (>= 2.1.7)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Configuration.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- NLog (>= 4.5.11)
- NLog.Web.AspNetCore (>= 4.8.0)
- System.Data.Common (>= 4.3.0)
- System.Data.SqlClient (>= 4.6.0)
- xss.ConnectionManager (>= 1.3.1)
- xss.Enumeration (>= 1.2.1)
- xss.Logger (>= 2.1.7)
Used By
NuGet packages
This package is not used by any NuGet packages.