VerifonePayment.Lib
1.0.2
See the version list below for details.
dotnet add package VerifonePayment.Lib --version 1.0.2
NuGet\Install-Package VerifonePayment.Lib -Version 1.0.2
<PackageReference Include="VerifonePayment.Lib" Version="1.0.2" />
paket add VerifonePayment.Lib --version 1.0.2
#r "nuget: VerifonePayment.Lib, 1.0.2"
// Install VerifonePayment.Lib as a Cake Addin #addin nuget:?package=VerifonePayment.Lib&version=1.0.2 // Install VerifonePayment.Lib as a Cake Tool #tool nuget:?package=VerifonePayment.Lib&version=1.0.2
Verifone Payment Test Application
This application is a test client for interacting with the Verifone Payment SDK. It allows users to execute various payment-related actions interactively.
Features
- Communicate with Payment SDK
- Login with credentials
- Start a session
- Add merchandise
- Process payment transactions
- End a session
Prerequisites
- .NET Framework 4.8
- Verifone Payment SDK
- Visual Studio or any other C# IDE
Getting Started
Clone the repository
git clone https://github.com/your-username/VerifonePayment.git
Navigate to the project directory
cd VerifonePayment
Open the project in Visual Studio
- Open
VerifonePayment.sln
in Visual Studio.
- Open
Build the project
- In Visual Studio, click on
Build
→Build Solution
.
- In Visual Studio, click on
Run the application
- In Visual Studio, click on
Debug
→Start Without Debugging
or pressCtrl+F5
.
- In Visual Studio, click on
Event Handling
The application subscribes to various events from the Verifone Payment SDK and handles them accordingly. The events include:
- StatusEventOccurred
- TransactionEventOccurred
- DeviceVitalsInformationEventOccurred
- BasketEventOccurred
- NotificationEventOccurred
- PaymentCompletedEventOccurred
Each event logs the status, type, and message to the console.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or issues, please open an issue on GitHub or contact the maintainer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- 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.