SetPaymentOptions Method
Sets the payment options for newly created transactions.
Syntax
[VB.NET] Public Sub SetPaymentOptions(ByVal PaymentKey As String)
[C#] public void SetPaymentOptions(string paymentKey);
Remarks
This method allows you to change the payment options for any transaction created with the CreatePayment method. After creating a payment, set the PaymentOptions you desire, and pass the PaymentKey you received from the CreatePayment response to the PaymentKey parameter of this method.