ASP.net Overview

ASP.net

 

Getting Started with PayPal Server SDK

Introduction

Important Notes

  • Available Features: This SDK currently contains only 3 of PayPal’s API endpoints. Additional endpoints and functionality will be added in the future.
  • API Changes: Expect potential changes in APIs and features as we finalize the product.

Information

The PayPal Server SDK provides integration access to the PayPal REST APIs. The API endpoints are divided into distinct controllers:

  • Orders Controller: <a href=”https://developer.paypal.com/docs/api/orders/v2/”>Orders API v2</a>
  • Payments Controller: <a href=”https://developer.paypal.com/docs/api/payments/v2/”>Payments API v2</a>
  • Vault Controller: <a href=”https://developer.paypal.com/docs/api/payment-tokens/v3/”>Payment Method Tokens API v3</a> Available in the US only.

Find out more here: https://developer.paypal.com/docs/api/orders/v2/

Install the Package

If you are building with .NET CLI tools then you can also use the following command:

dotnet add package PayPalServerSDK --version 1.0.0

You can also view the package at: https://www.nuget.org/packages/PayPalServerSDK/1.0.0