Click or drag to resize

IPaypalCreateRecurringPaymentsProfile Method (PayerInfo, PaymentDetails, String)

Creates a recurring payments profile using a token (as opposed to using a credit card). 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(CreditCardDetails, PayerInfo, PaymentDetails) to create a payment based on a credit card instead of a token.

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

Parameters

payerInfo
Type: NetQuarry.Services.PaypalPayerInfo
Information about the payer.
paymentDetails
Type: NetQuarry.Services.PaypalPaymentDetails
The payment details.
token
Type: SystemString
A timestamped token, the value of which was returned in the response to the first call to SetExpressCheckout(PaymentDetails, PayerInfo, String).

Return Value

Type: RecurringPaymentsResult
A RecurringPaymentsResult object.
See Also