Click or drag to resize

IPaypalCreateRecurringPaymentsProfile Method (CreditCardDetails, PayerInfo, PaymentDetails)

Creates a recurring payments profile using a credit card (as opposed to using a token). Call this method once for each billing agreement included in SetExpressCheckout(PaymentDetails, PayerInfo, String) request and use the same token for each call. Each request creates a single recurring payments profile. Use CreateRecurringPaymentsProfile(PayerInfo, PaymentDetails, String) to create a payment based on a tokey instead of a credit card.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
RecurringPaymentsResult CreateRecurringPaymentsProfile(
	CreditCardDetails cardInfo,
	PayerInfo payerInfo,
	PaymentDetails paymentDetails
)

Parameters

cardInfo
Type: NetQuarry.Services.PaypalCreditCardDetails
payerInfo
Type: NetQuarry.Services.PaypalPayerInfo
Information about the payer.
paymentDetails
Type: NetQuarry.Services.PaypalPaymentDetails
The payment details.

Return Value

Type: RecurringPaymentsResult
A RecurringPaymentsResult object.
See Also