Namespace NFX.Web.Pay.PayPal
Classes
PayPalConnectionParameters
PayPalCredentials
Represents basic PayPal credentials for registered application which include Business account email, client ID and client secret.
PayPalOAuthToken
Represents PayPal OAuth token
PayPalSession
Represents PayPal pay session
PayPalSystem
Represents PayPal (see https://www.paypal.com/) payment service.
NOTE: Before use WebClient, please set in your configuration file
- ServicePoint's Expect100Continue to 'false' (100-continue header can reduce performace and is not supported by some web accellerator),
- HttpRequest timeout and any other ServicePoint's settings if needeed.