VantagePay.SDK 1.2025.325.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package VantagePay.SDK --version 1.2025.325.5
                    
NuGet\Install-Package VantagePay.SDK -Version 1.2025.325.5
                    
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="VantagePay.SDK" Version="1.2025.325.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VantagePay.SDK" Version="1.2025.325.5" />
                    
Directory.Packages.props
<PackageReference Include="VantagePay.SDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VantagePay.SDK --version 1.2025.325.5
                    
#r "nuget: VantagePay.SDK, 1.2025.325.5"
                    
#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.
#addin nuget:?package=VantagePay.SDK&version=1.2025.325.5
                    
Install VantagePay.SDK as a Cake Addin
#tool nuget:?package=VantagePay.SDK&version=1.2025.325.5
                    
Install VantagePay.SDK as a Cake Tool

VantagePay SDK

The VantagePay SDK is intended to be used by web or mobile applications to integrate into the VantagePay payments, consumer and merchant API's.

The library includes automatic retries for network failures and automatic token refresh on expiry. You can optionally subscribe to events published by the library to react appropriately from the client as well.

Installation

Using the .NET Core command-line interface (CLI) tools:

dotnet add package VantagePay.SDK

Using the NuGet Command Line Interface (CLI):

nuget install VantagePay.SDK

Using the Package Manager Console:

Install-Package VantagePay.SDK

From within Visual Studio:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "VantagePay.SDK".
  5. Click on the VantagePay.SDK package, select the appropriate version in the right-tab and click Install.

Migration Guide

If you are switching over from ZGA.Core.Web.Api.Client then apply the following find/replace changes:

  • Replace ZGA.Core.Web.Api.Client with VantagePay.SDK
  • Replace ZGA.Core.Models with VantagePay.Models
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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.2025.410.2 105 4/10/2025
1.2025.325.5 480 3/25/2025
1.2025.319.13 154 3/19/2025