Click or drag to resize

IPaypalSetExpressCheckout Method

Sets up the express checkout and returns the token used to send to paypal.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
ExpressCheckoutResult SetExpressCheckout(
	PaymentDetails payment,
	PayerInfo payerInfo,
	string returnURL
)

Parameters

payment
Type: NetQuarry.Services.PaypalPaymentDetails
Information about the payment.
payerInfo
Type: NetQuarry.Services.PaypalPayerInfo
Information about the payer.
returnURL
Type: SystemString
The URL to send to paypal. The paypal token will be added to the end of the url.

Return Value

Type: ExpressCheckoutResult
A CancelRecurringPaymentsResult object.
See Also