PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

GetPaymentOptions Method

Retrieves the payment options for a previously created transaction.

Syntax

[VB.NET]
Public Sub GetPaymentOptions(ByVal PaymentKey As String)
[C#]
public void GetPaymentOptions(string paymentKey);

Remarks

This method allows you to retrieve the PaymentOptions for transactions that were created with the CreatePayment method. Simply pass the PaymentKey received from the CreatePayment response to the PaymentKey parameter of this method. The results will be returned in the PaymentOptions property.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0