VerifonePayment.Lib 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package VerifonePayment.Lib --version 1.0.1                
NuGet\Install-Package VerifonePayment.Lib -Version 1.0.1                
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="VerifonePayment.Lib" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VerifonePayment.Lib --version 1.0.1                
#r "nuget: VerifonePayment.Lib, 1.0.1"                
#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 VerifonePayment.Lib as a Cake Addin
#addin nuget:?package=VerifonePayment.Lib&version=1.0.1

// Install VerifonePayment.Lib as a Cake Tool
#tool nuget:?package=VerifonePayment.Lib&version=1.0.1                

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

  1. Clone the repository

    git clone https://github.com/your-username/VerifonePayment.git
    
  2. Navigate to the project directory

    cd VerifonePayment
    
  3. Open the project in Visual Studio

    • Open VerifonePayment.sln in Visual Studio.
  4. Build the project

    • In Visual Studio, click on BuildBuild Solution.
  5. Run the application

    • In Visual Studio, click on DebugStart Without Debugging or press Ctrl+F5.

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 Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
1.0.6 113 7/3/2024
1.0.5 62 7/3/2024
1.0.4 84 6/26/2024
1.0.3 81 6/26/2024
1.0.2 85 6/26/2024
1.0.1 94 6/24/2024