Encore Systems .NET* SDK for PayPal
The Encore PayPal Software Development Kit provides a single, simplified interface,
integrating Website Payments Pro and Adaptive Payments. Features include:
- Designed to run under Medium Trust for use in hosted environments.
- Each API call's request/response properties are encapsulated in a single
object. Just set a the desired properties and call the Post() function.
- API credentials and other often-used properties can be globally defaulted in
your application's configuration file. These default values can be overridden
on a per-call basis.
- Complete Visual Studio Intellisense on all class members—straight from PayPal's
API Reference—showing requirements, limitations, possible values, etc.
- Includes a complete diagnostic tool with documented source code showing every
possible API call. Try any possible combination of property settings on API
calls to see what PayPal's response is. Cut and paste the examples to get a
quick start on your application.
- New Features:
- New drag-and-drop controls—no API coding necessary! Drop a control
on your design surface, set the required properties—either statically or
dynamically—and handle the OnSuccess and OnFailure events.
- New Adaptive Payments API provides parallel payments allowing single
payments to be split among multiple recipients. Use this to have
a shopping cart with multiple items from different vendors.
- New Adaptive Payments API provides chained payments allowing a primary
recipient to automatically and invisibly pass portions of the payment
along to secondary recipients. Perfect for collecting commissions.
- Supports all Website Payments Pro API calls as of Version 58.0.
- Supports all Adaptive Payments API calls as of Version 1.3.0.
*For .NET 2.0 or higher.