PiLink 1.0.1
See the version list below for details.
dotnet add package PiLink --version 1.0.1
NuGet\Install-Package PiLink -Version 1.0.1
<PackageReference Include="PiLink" Version="1.0.1" />
<PackageVersion Include="PiLink" Version="1.0.1" />
<PackageReference Include="PiLink" />
paket add PiLink --version 1.0.1
#r "nuget: PiLink, 1.0.1"
#:package PiLink@1.0.1
#addin nuget:?package=PiLink&version=1.0.1
#tool nuget:?package=PiLink&version=1.0.1
PiLink – PiPay Card Processing SDK
PiLink DLL is a .NET SDK that provides a simple and reliable way to integrate Pi Plus / PiPay into both card-present and card-not-present payment environments.
The library abstracts the Pi Plus executable and exposes a clean, object-oriented API for processing transactions, managing tokens, launching hosted payment flows, and retrieving transaction status.
Copyright © 2020–2026 Kourosh Tari
Features
- Card-present and card-not-present transaction support
- Tokenization and card-on-file payments
- Hosted Payment Form (HPF) integration
- Tip and surcharge handling
- EMV, receipt, and transaction detail parsing
- Simple API with minimal setup
Architecture Overview
The SDK exposes a single primary class:
PiPlusLink
PiPlusLink contains all objects, methods, and response classes required to interact with Pi Plus.
Core Methods
Initialization
LaunchPiPlus()
creditsale
creditauth
creditreturn
creditcapture
creditvoid
creditadjust
gettoken
paynow
payform
paystatus
paycancel
using PiLink;
PiPlusLink myLink = new PiPlusLink();
myLink.LaunchPiPlus();
myLink.transFields.Amount = Convert.ToDouble(textAmount);
myLink.transFields.Ticket = textTicket;
myLink.transFields.Ptk = textPTK;
myLink.transFields.Address = textAddress;
myLink.transFields.Email = textEmail;
myLink.transFields.Executable = textExe;
myLink.transFields.FirstName = textFname;
myLink.transFields.LastName = textLname;
myLink.transFields.Path = textPath;
myLink.transFields.Serial = textSerial;
myLink.transFields.Token = textToken;
myLink.transFields.Userid = textUser;
myLink.transFields.Zip = textZip;
bool success = myLink.CreditSale();
myLink.transactionDetails.TransactionType
myLink.transactionDetails.TransactionResult
myLink.transactionDetails.Amount
myLink.transactionDetails.ApprovedAmount
myLink.transactionDetails.TipAmount
myLink.transactionDetails.ApprovalCode
myLink.transactionDetails.Token
myLink.transactionDetails.CardType
myLink.transactionDetails.CardHolder
myLink.transactionDetails.Description
myLink.transactionDetails.Ptk
myLink.transactionDetails.LastFour
myLink.transactionDetails.Expiration
myLink.transactionDetails.Surcharge
myLink.transactionDetails.AvsResult
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
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.1.1 | 312 | 12/17/2025 | |
| 1.0.25 | 232 | 11/17/2024 | |
| 1.0.24 | 211 | 11/14/2024 | |
| 1.0.23 | 238 | 11/14/2024 | |
| 1.0.22 | 227 | 11/14/2024 | |
| 1.0.21 | 230 | 11/14/2024 | |
| 1.0.20 | 228 | 11/14/2024 | |
| 1.0.18 | 342 | 11/28/2023 | |
| 1.0.17 | 218 | 11/28/2023 | |
| 1.0.12 | 378 | 4/5/2023 | |
| 1.0.11 | 468 | 11/8/2022 | |
| 1.0.10 | 546 | 5/29/2022 | |
| 1.0.9 | 526 | 5/19/2022 | |
| 1.0.7 | 547 | 5/10/2022 | |
| 1.0.6 | 643 | 5/10/2022 | |
| 1.0.5 | 659 | 4/6/2022 | |
| 1.0.4 | 665 | 4/6/2022 | |
| 1.0.3 | 676 | 4/6/2022 | |
| 1.0.2 | 1,545 | 4/5/2022 | |
| 1.0.1 | 299 | 12/17/2025 |