Use this library to integrate Square payments into your app and grow your business with Square APIs including Catalog, Customers, Employees, Inventory, Labor, Locations, and Orders.
Use of the Square .NET SDK requires:
- NET Standard 2.0 or higher
For more information, see Install Square packages.
For more information, see Square .NET SDK Quickstart.
For more information, see Using the Square .NET SDK.
First, clone the repo locally and cd
into the directory.
git clone https://github.com/square/square-dotnet-sdk.git
cd square-dotnet-sdk
Before running the tests, find a sandbox token in your Developer Dashboard and set a SQUARE_ACCESS_TOKEN
environment variable.
export SQUARE_ENVIRONMENT=sandbox
export SQUARE_ACCESS_TOKEN="YOUR_SANDBOX_ACCESS_TOKEN"
Run the tests with below command
dotnet test
- Merchants
- Merchant Custom Attributes
- Locations
- Location Custom Attributes
- Devices
- Cash Drawers
- Vendors
The following Square APIs are deprecated:
-
Employees - replaced by the Team API. For more information, see Migrate from the Employees API.
-
Transactions - replaced by the Orders and Payments APIs. For more information, see Migrate from the Transactions API.