CP.VPOS
1.1.0
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.0
This package targets .NET Framework 4.0. The package is compatible with this framework or higher.
Additional Details
Nestpay bankaları (Ziraat Bankası, Akbank, Alternatif Bank, Anadolu Bank, Cardplus, Halkbank, INGBank, İş Bankası, Şekerbank, TEB, Türkiye Finans) 15.03.2024 itibariyle hash v3 hesaplamasına geçtiğinden bu versiyonda ödeme alınamamaktadır
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CP.VPOS --version 1.1.0
NuGet\Install-Package CP.VPOS -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CP.VPOS" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CP.VPOS --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CP.VPOS, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CP.VPOS as a Cake Addin #addin nuget:?package=CP.VPOS&version=1.1.0 // Install CP.VPOS as a Cake Tool #tool nuget:?package=CP.VPOS&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CP.VPOS
Bu projenin amacı, tüm sanal posları tek bir codebase ile kullanmak.
Kullanılabilir Sanal POS'lar
Sanal POS | Satış | Satış 3D | İptal | İade |
---|---|---|---|---|
Akbank | ✔️ | ✔️ | ✔️ | ✔️ |
Alternatif Bank | ✔️ | ✔️ | ✔️ | ✔️ |
Anadolubank | ✔️ | ✔️ | ✔️ | ✔️ |
QNB Finansbank | ✔️ | ✔️ | ✔️ | ✔️ |
Garanti BBVA | ✔️ | ✔️ | ❌ | ❌ |
Halkbank | ✔️ | ✔️ | ✔️ | ✔️ |
ING Bank | ✔️ | ✔️ | ✔️ | ✔️ |
İş Bankası | ✔️ | ✔️ | ✔️ | ✔️ |
Türk Ekonomi Bankası | ✔️ | ✔️ | ✔️ | ✔️ |
Türkiye Finans | ✔️ | ✔️ | ✔️ | ✔️ |
Yapı Kredı Bankası | ✔️ | ✔️ | ❌ | ❌ |
Şekerbank | ✔️ | ✔️ | ✔️ | ✔️ |
Ziraat Bankası | ✔️ | ✔️ | ✔️ | ✔️ |
Cardplus | ✔️ | ✔️ | ✔️ | ✔️ |
Paratika | ✔️ | ✔️ | ❌ | ❌ |
NuGet
https://www.nuget.org/packages/CP.VPOS veya Package Manager:
Install-Package CP.VPOS
Satış İşlemi
VirtualPOSAuth nestpayAkbank = new VirtualPOSAuth
{
bankCode = CP.VPOS.Services.BankService.Akbank,
merchantID = "100100000",
merchantUser = "AKTESTAPI",
merchantPassword = "AKBANK01",
merchantStorekey = "123456",
testPlatform = true
};
CustomerInfo customerInfo = new CustomerInfo
{
taxNumber = "1111111111",
emailAddress = "test@test.com",
name = "cem",
surname = "pehlivan",
phoneNumber = "1111111111",
addressDesc = "adres",
cityName = "istanbul",
country = CP.VPOS.Enums.Country.TUR,
postCode = "34000",
taxOffice = "maltepe",
townName = "maltepe"
};
SaleRequest saleRequest = new SaleRequest
{
invoiceInfo = customerInfo,
shippingInfo = customerInfo,
saleInfo = new SaleInfo
{
cardNameSurname = "cem test",
cardNumber = "4355084355084358",
cardExpiryDateMonth = 12,
cardExpiryDateYear = 2030,
amount = (decimal)100.50,
cardCVV = "000",
currency = CP.VPOS.Enums.Currency.TRY,
installment = 1,
},
payment3D = new Payment3D
{
confirm = false
},
customerIPAddress = "1.1.1.1",
orderNumber = Convert.ToInt32((DateTime.Now - new DateTime(1970, 1, 1)).TotalSeconds).ToString("X")
};
var resp = VPOSClient.Sale(saleRequest, nestpayAkbank);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net5.0
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
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.8.7 | 90 | 11/1/2024 | |
1.8.6 | 252 | 10/1/2024 | |
1.8.5 | 349 | 6/27/2024 | |
1.8.4 | 197 | 4/24/2024 | |
1.8.3 | 133 | 4/16/2024 | |
1.8.2 | 106 | 4/16/2024 | |
1.8.1 | 164 | 3/27/2024 | |
1.8.0 | 152 | 3/7/2024 | |
1.7.2 | 142 | 2/14/2024 | |
1.7.1 | 153 | 1/31/2024 | |
1.7.0 | 237 | 12/18/2023 | |
1.6.3 | 164 | 12/1/2023 | |
1.6.2 | 185 | 11/14/2023 | |
1.6.1 | 303 | 7/27/2023 | |
1.6.0 | 210 | 7/4/2023 | |
1.5.4 | 197 | 5/25/2023 | |
1.5.3 | 215 | 4/19/2023 | |
1.5.2 | 303 | 3/1/2023 | |
1.5.1 | 275 | 2/15/2023 | |
1.5.0 | 345 | 1/19/2023 | |
1.4.0 | 514 | 6/2/2022 | |
1.3.2 | 442 | 5/30/2022 | |
1.3.1 | 427 | 5/27/2022 | |
1.3.0 | 418 | 5/20/2022 | |
1.2.1 | 451 | 5/16/2022 | |
1.2.0 | 372 | 12/8/2021 | |
1.1.0 | 2,293 | 11/25/2021 | |
1.0.1 | 386 | 11/19/2021 | |
1.0.0 | 352 | 11/17/2021 |
Nestpay bankaları için iptal ve iade geliştirmesi yapıldı.