Paystack.Net.SDK 1.3.8.1

dotnet add package Paystack.Net.SDK --version 1.3.8.1
NuGet\Install-Package Paystack.Net.SDK -Version 1.3.8.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Paystack.Net.SDK" Version="1.3.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Paystack.Net.SDK --version 1.3.8.1
#r "nuget: Paystack.Net.SDK, 1.3.8.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Paystack.Net.SDK as a Cake Addin
#addin nuget:?package=Paystack.Net.SDK&version=1.3.8.1

// Install Paystack.Net.SDK as a Cake Tool
#tool nuget:?package=Paystack.Net.SDK&version=1.3.8.1

New Feature

The latest version now supports netstandard2.0, netstandard2.1, net45, net451, net452, net46, net461, net462, net47, net472, netcoreapp3.1, net5.0

Usage

Import statement.

Transactions

First, Instantiate PaystackTransactionAPI: Add required using

using Paystack.Net.SDK.Transactions;

Transaction Initialization
var payStackAPI = new PayStackApi("sk_test_xxxxxxxxxx");
var response = await payStackAPI.Transactions.InitializeTransaction("mark2kk@gmail.com", 50000, "Mark", "Adesina", callBackUrl);

if(response.status){ ..... }

Transaction Verification

var payStackAPI = new PayStackApi("sk_test_xxxxxxxxxx"); var response = await payStackAPI.Transactions.VerifyTransaction("cipyd2ikxw");

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Still on the roadmap

  • Invoices
  • etc
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.8.1 13,024 6/17/2021
1.3.7 2,082 5/24/2019
1.3.6 1,004 1/18/2019
1.3.3 798 10/25/2018
1.3.2 699 10/15/2018
1.3.0 1,192 8/31/2018
1.2.0 1,089 5/8/2018
1.1.0 1,103 12/31/2017
1.0.2 1,609 12/27/2017
1.0.1-alpha 960 12/26/2017
1.0.0 1,141 12/26/2017
1.0.0-alpha 775 12/25/2017