PartialRedemption Property
Partial Redemption indicator.
Syntax
int GetPartialRedemption();
int SetPartialRedemption(int bPartialRedemption);
Default Value
FALSE
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 ResponseAuthorizedAmount property.
Note that the ResponseAuthorizedAmount 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 before submitting this transaction, it will be declined regardless of the value of PartialRedemption.
Data Type
Boolean