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.