ResponseAuthorizedAmount Property
Used for partial authorizations.
Syntax
__property String ResponseAuthorizedAmount = {read=FResponseAuthorizedAmount, write=FSetResponseAuthorizedAmount};
Default Value
""
Remarks
Used for partial authorizations. Indicates the actual amount authorized from the stored value card. 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 full 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 the PartialRedemption property in the authorizing component was set to True. It will remain blank otherwise.
This property is read-only.
Data Type
String