PayStack.Net
0.7.7
PayStack API for .Net Developers.
Install-Package PayStack.Net -Version 0.7.7
dotnet add package PayStack.Net --version 0.7.7
<PackageReference Include="PayStack.Net" Version="0.7.7" />
paket add PayStack.Net --version 0.7.7
#r "nuget: PayStack.Net, 0.7.7"
// Install PayStack.Net as a Cake Addin
#addin nuget:?package=PayStack.Net&version=0.7.7
// Install PayStack.Net as a Cake Tool
#tool nuget:?package=PayStack.Net&version=0.7.7
Release Notes
-- 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.
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.