PayBridge.SDK
1.2.0
dotnet add package PayBridge.SDK --version 1.2.0
NuGet\Install-Package PayBridge.SDK -Version 1.2.0
<PackageReference Include="PayBridge.SDK" Version="1.2.0" />
<PackageVersion Include="PayBridge.SDK" Version="1.2.0" />
<PackageReference Include="PayBridge.SDK" />
paket add PayBridge.SDK --version 1.2.0
#r "nuget: PayBridge.SDK, 1.2.0"
#:package PayBridge.SDK@1.2.0
#addin nuget:?package=PayBridge.SDK&version=1.2.0
#tool nuget:?package=PayBridge.SDK&version=1.2.0
Seamlessly integrate multiple payment gateways into your ASP.NET Core applications. v1.2.0 adds PeachPayments gateway, a full xUnit test suite (76 tests), CI/CD workflows, and codebase-wide nullable safety fixes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.15)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.15)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.15)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Http (>= 8.0.1)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.10)
- Pomelo.EntityFrameworkCore.MySql (>= 8.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.
## v1.2.0 - PeachPayments Gateway + Test Suite + Nullable Safety
### New Gateway
- **PeachPayments** (South Africa, Kenya, Nigeria, Botswana) — Bearer auth, ZAR/KES/NGN/BWP/USD, hosted checkout, sandbox & live environments
### Test Suite (76 unit tests, CI/CD)
- xUnit 2.9.2 test project with Moq, FluentAssertions, coverlet
- MockHttpMessageHandler — queue-based HTTP interception (no network)
- GatewayConfigFactory — config builders for all 15 gateways
- 27 unit tests for PeachPaymentsGateway (constructor, create, verify, refund)
- 15 unit tests for GatewayExtractor webhook detection
- 14 unit tests for PaymentGatewayFactory DI wiring
- 20 unit tests for shared test infrastructure
- GitHub Actions CI: unit tests on every push/PR, integration tests nightly/manual
### Bug Fixes & Quality
- Resolved all CS8618/CS8600/CS8601/CS8603/CS8604 nullable warnings (0 remaining)
- Initialized all DTO/entity/model string properties to string.Empty
- Made exception contextual properties correctly nullable
- Fixed PaystackGateway JsonElement.GetString() null propagation
## v1.1.0 - New African & Nigerian Payment Gateways
### New Gateways
- **Monnify** (Nigeria) — OAuth2 Bearer, NGN, bank transfer & USSD
- **Squad by GTCo** (Nigeria) — Static Bearer, NGN, cards & transfers
- **Korapay** (Nigeria/Africa) — Bearer, NGN, virtual accounts & cards
- **Interswitch / Quickteller** (Nigeria) — OAuth2 + HMAC-SHA512, NGN
- **Remita** (Nigeria) — SHA512 hash auth, government & corporate payments
- **OPay** (Nigeria/Africa) — HMAC-SHA512 signed, mobile money & cards
- **DPO Group** (Africa, 19+ countries) — XML API v6, KES/GHS/UGX/ZAR/USD
- **PawaPay** (Africa mobile money) — REST Bearer, GHS/TZS/UGX/RWF/ZMW and more