Click or drag to resize

IPaypalDoDirectPayment Method

Creates a direct (CART) payment and charges the card immediately.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
PaymentResult DoDirectPayment(
	CreditCardDetails cardInfo,
	PayerInfo payerInfo,
	PaymentDetails payment
)

Parameters

cardInfo
Type: NetQuarry.Services.PaypalCreditCardDetails
Credit card information.
payerInfo
Type: NetQuarry.Services.PaypalPayerInfo
Payer information.
payment
Type: NetQuarry.Services.PaypalPaymentDetails
Payment details.

Return Value

Type: PaymentResult
A CancelRecurringPaymentsResult object.
See Also