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
<PackageReference Include="Paystack.Net.SDK" Version="1.3.8.1" />
paket add Paystack.Net.SDK --version 1.3.8.1
#r "nuget: Paystack.Net.SDK, 1.3.8.1"
// 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
- Mark Adesina - DeveloperslearnIt
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Still on the roadmap
- Invoices
- etc
Product | Versions 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. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.5.1
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.6
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.7
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.1)
-
net5.0
- Newtonsoft.Json (>= 13.0.1)
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 | 16,827 | 6/17/2021 |
1.3.7 | 2,114 | 5/24/2019 |
1.3.6 | 1,031 | 1/18/2019 |
1.3.3 | 833 | 10/25/2018 |
1.3.2 | 735 | 10/15/2018 |
1.3.0 | 1,231 | 8/31/2018 |
1.2.0 | 1,121 | 5/8/2018 |
1.1.0 | 1,132 | 12/31/2017 |
1.0.2 | 1,643 | 12/27/2017 |
1.0.1-alpha | 992 | 12/26/2017 |
1.0.0 | 1,167 | 12/26/2017 |
1.0.0-alpha | 802 | 12/25/2017 |