Click or drag to resize

IPaypalGetExpressCheckoutDetails Method

Gets information about 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
CheckoutDetailsResult GetExpressCheckoutDetails(
	string token
)

Parameters

token
Type: SystemString
A timestamped token, the value of which was returned by the SetExpressCheckout(PaymentDetails, PayerInfo, String) response.

Return Value

Type: CheckoutDetailsResult
A CheckoutDetailsResult object.
See Also