Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

PartialRedemption Property

Partial Redemption indicator.

Syntax

[VB.NET]
Public Property PartialRedemption As Boolean

[C#]
public bool PartialRedemption {get; set;}

Remarks

If the customer does not have enough on his stored value card to cover the complete cost of the purchase, the merchant may request that the host perform a partial redemption. The stored value card will be used to fund as much of the transaction as possible, and the remainder may be funded by some other form of payment. When PartialRedemption is set to True, the host will supply the actual amount authorized from the stored value card in the AuthorizedAmount field.

Note that the AuthorizedAmount will only contain a value if PartialRedemption is set to True, and will remain blank otherwise. If the Stored Value card has a zero Balance, RedeemCard will fail with a declined message regardless of the value of PartialRedemption.

Default Value

False

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