CP.VPOS 1.2.0

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.
dotnet add package CP.VPOS --version 1.2.0
NuGet\Install-Package CP.VPOS -Version 1.2.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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CP.VPOS --version 1.2.0
#r "nuget: CP.VPOS, 1.2.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.2.0

// Install CP.VPOS as a Cake Tool
#tool nuget:?package=CP.VPOS&version=1.2.0

CP.VPOS

Nuget v2 CP.VPOS on fuget.org build GitHub license

.net version .net version .net version .net version .net version

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 ✔️ ✔️ ✔️ ✔️
Payten - MSU ✔️ ✔️ ✔️ ✔️

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 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.

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.4 114 4/24/2024
1.8.3 99 4/16/2024
1.8.2 76 4/16/2024
1.8.1 121 3/27/2024
1.8.0 104 3/7/2024
1.7.2 107 2/14/2024
1.7.1 106 1/31/2024
1.7.0 199 12/18/2023
1.6.3 130 12/1/2023
1.6.2 132 11/14/2023
1.6.1 264 7/27/2023
1.6.0 179 7/4/2023
1.5.4 169 5/25/2023
1.5.3 181 4/19/2023
1.5.2 260 3/1/2023
1.5.1 244 2/15/2023
1.5.0 302 1/19/2023
1.4.0 481 6/2/2022
1.3.2 404 5/30/2022
1.3.1 395 5/27/2022
1.3.0 402 5/20/2022
1.2.1 415 5/16/2022
1.2.0 336 12/8/2021
1.1.0 2,256 11/25/2021
1.0.1 352 11/19/2021
1.0.0 318 11/17/2021

Payten MSU ödeme sistemi eklendi.