Click or drag to resize

IPaypal.SetExpressCheckout 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.Paypal.PaymentDetails
Information about the payment.
payerInfo
Type: NetQuarry.Services.Paypal.PayerInfo
Information about the payer.
returnURL
Type: System.String
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