ReasonCode Property
The reason for a reversal.
Syntax
[VB.NET] Public ReadOnlyProperty ReasonCode As String
[C#] public string ReasonCode {get;}
Remarks
This property is only valid if the TransactionType is "reversal". Valid values include:
"none" | No reason code. |
"chargeback" | A reversal has occurred on this transaction due to a chargeback by your customer. |
"guarantee" | A reversal has occurred on this transaction due to your customer triggering a money-back guarantee. |
"buyer-complaint" | A reversal has occurred on this transaction due to a complaint about the transaction from your customer. |
"refund" | A reversal has occurred on this transaction because you have given the customer a refund. |
"other" | A reversal has occurred on this transaction due to a reason not listed above. |
This property is read-only.
Default Value
""