CreditCardValidator 1.4.5
See the version list below for details.
Install-Package CreditCardValidator -Version 1.4.5
dotnet add package CreditCardValidator --version 1.4.5
<PackageReference Include="CreditCardValidator" Version="1.4.5" />
paket add CreditCardValidator --version 1.4.5
#r "nuget: CreditCardValidator, 1.4.5"
// Install CreditCardValidator as a Cake Addin
#addin nuget:?package=CreditCardValidator&version=1.4.5
// Install CreditCardValidator as a Cake Tool
#tool nuget:?package=CreditCardValidator&version=1.4.5
A library for validating credit card numbers and generating ones.
CreditCardValidator helps you implementing validations for the most common credit card brands, verifying length, prefixes and checking the card number through the Luhn algorithm if necessary.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CreditCardValidator:
Package | Downloads |
---|---|
DTF.Common.V2
Digital Tax Free basic models and abstractions. |
|
Visanet
Package Description |
|
webpago.payment
A WebPago é uma plataforma financeira de multisserviços com foco em meio de pagamento, que ajuda seus clientes a cuidar de seu dinheiro. com uma nova experiência baseada na simplicidade e conectividade, reduzindo a necessidade de pessoal e burocracia. |
|
NeoSmart.Payments
An abstraction around various payment providers for .NET, currently with support for Stripe, PayPal, PayPal Credit Cards (merchant services), CoinBase, and ChargeBee. Supports subscriptions and one-off payments. |
|
FHPay
Simulated payment API for the FHOÖ SWK5 Apollo project assignment. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- .NET Core 2.0 support.
- PCL 259 support.
- More tests.
- Adding support for Visa 19 digits cards.
- Improved Diners Club detection.
- New string extensions: CreditCardBrandIgnoreLength() and CreditCardBrandNameIgnoreLength(); Ignores the length check so it is possible to pass just the beginning of the card number and gets its issuer.