Click or drag to resize

IPaypal Methods

The IPaypal type exposes the following members.

Methods
  NameDescription
Public methodCancelRecurringPaymentsProfile
Cancels a recurring payment profile.
Public methodCreateRecurringPaymentsProfile(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.
Public methodCreateRecurringPaymentsProfile(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.
Public methodDoDirectPayment
Creates a direct (CART) payment and charges the card immediately.
Public methodDoExpressCheckout
Perform a PayPal Express Checkout payment transaction.
Public methodGetExpressCheckoutDetails
Gets information about a PayPal Express Checkout payment transaction.
Public methodGetRecurringPaymentsInfo
Gets information about a recurring payments profile.
Public methodRefundTransaction
Refunds a transaction.
Public methodSetExpressCheckout
Sets up the express checkout and returns the token used to send to paypal.
Top
See Also