ksuPaystack.Net
1.8.8
See the version list below for details.
dotnet add package ksuPaystack.Net --version 1.8.8
NuGet\Install-Package ksuPaystack.Net -Version 1.8.8
<PackageReference Include="ksuPaystack.Net" Version="1.8.8" />
<PackageVersion Include="ksuPaystack.Net" Version="1.8.8" />
<PackageReference Include="ksuPaystack.Net" />
paket add ksuPaystack.Net --version 1.8.8
#r "nuget: ksuPaystack.Net, 1.8.8"
#:package ksuPaystack.Net@1.8.8
#addin nuget:?package=ksuPaystack.Net&version=1.8.8
#tool nuget:?package=ksuPaystack.Net&version=1.8.8
Flick API for .Net Developers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. 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. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
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.10.11 | 107 | 7/31/2025 |
1.10.10 | 106 | 7/30/2025 |
1.10.9 | 107 | 7/30/2025 |
1.10.8 | 481 | 7/22/2025 |
1.10.7 | 141 | 6/23/2025 |
1.10.6 | 146 | 6/3/2025 |
1.10.5 | 140 | 6/2/2025 |
1.10.4 | 143 | 6/2/2025 |
1.10.3 | 148 | 5/29/2025 |
1.10.2 | 144 | 5/22/2025 |
1.10.1 | 152 | 5/19/2025 |
1.10.0 | 204 | 5/16/2025 |
1.9.9 | 224 | 5/15/2025 |
1.9.7 | 224 | 5/14/2025 |
1.9.6 | 230 | 5/13/2025 |
1.9.5 | 228 | 5/13/2025 |
1.9.3 | 82 | 5/9/2025 |
1.9.2 | 96 | 5/9/2025 |
1.9.1 | 90 | 5/9/2025 |
1.9.0 | 120 | 5/9/2025 |
1.8.9 | 131 | 5/9/2025 |
1.8.8 | 133 | 5/9/2025 |
1.8.7 | 163 | 4/22/2025 |
1.8.6 | 168 | 4/21/2025 |
1.8.5 | 159 | 4/21/2025 |
1.8.4 | 162 | 4/21/2025 |
1.8.3 | 164 | 4/21/2025 |
1.8.2 | 156 | 4/21/2025 |
1.8.1 | 166 | 4/21/2025 |
1.8.0 | 164 | 4/21/2025 |
1.7.9 | 161 | 4/21/2025 |
1.7.8 | 175 | 4/20/2025 |
1.7.7 | 2,180 | 1/22/2021 |
-- v0.7.7 --
* Bug fix: Correct the BVN endpoint. #17
-- v0.7.6 --
* Bug fix: Ensure response.data exists before parsing metadata, especially when response.status is 'false'. #16
-- v0.7.5 --
* Bug fix: #15 Incorrect attempt to parse 'metadata' from JArray responses.
* Enable multi-currency for transaction initializer (Inspired by @django101, #14)
-- v0.7.4 --
* Bug fix. Adds ChargeApi missing request DTOs properties: Reference and DeviceId - (#12)
* Minor bug fixes.
-- v0.7.3 --
* Bug fix. Transaction's ChargeAuthorization method included (big thanks to Aghogho Bernard - @teghoz)
* Transaction's CheckAuthorization and RequestReauthorization methods now included.
* Expose more query params to the Transaction's Export method.
-- v0.7.2 --
* Bug fix. Charge.Data field Url
* All response types now implements IHasRawResponse interface. This introduces 'RawJson' property which contains the raw server's JSON response.
-- v0.7.1 --
* "Charge" API (Bank, Card, Authorization Code) now available [Complete].
-- v0.7.0 --
* .Net Core support (implements .Net Standard 2.0).
* "Miscellaneous" API now available [Complete].
* "Funds Transfer" API (Bulk, Control, Initiate, List, & Fetch) now available [Complete].
-- up to v0.6.6 --
Implements PayStack Standard Flow along with APIs for Transactions, Customers, SubAccounts, among others.