Click or drag to resize

IPaypalDoExpressCheckout Method

Perform a PayPal Express Checkout payment transaction.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
ExpressCheckoutResult DoExpressCheckout(
	PaymentDetails payment,
	string token,
	string payerID
)

Parameters

payment
Type: NetQuarry.Services.PaypalPaymentDetails
The payment information.
token
Type: SystemString
The timestamped token value that was returned in the SetExpressCheckout(PaymentDetails, PayerInfo, String) response and passed in the GetExpressCheckoutDetails(String) request.
payerID
Type: SystemString
Unique PayPal buyer account identification number as returned in the GetExpressCheckoutDetails(String) response

Return Value

Type: ExpressCheckoutResult
A ExpressCheckoutResult object.
See Also