Skip to content

PinchPayments/Pinch.SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinch .NET

Pinch SDK for .NET

The Pinch SDK for .NET helps developers build applications that integrate with Pinch across all supported .NET platforms.

Installation

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

dotnet add package Pinch.SDK

Using the NuGet Command Line Interface (CLI):

nuget install Pinch.SDK

Using the Package Manager Console:

Install-Package Pinch.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 "Pinch.SDK".
  5. Click on the Pinch.SDK package, select the appropriate version in the right-tab and click Install.

See the Pinch.SDK nuget page for all previous versions.

Documentation

Check out the Pinch API documentation here for the full API reference as well as example usages and guides on using the Pinch API.

Features

  • Compatible with all Pinch REST API methods.
  • Supports both sandboxed test environment and production.
  • Sample applications and documentation are provided to get you started quickly.

Supported Platforms

  • .NET Standard 2