ResponseAuthorizedAmount Property
When supporting partial authorizations, this is the amount actually charged to the credit card.
Syntax
__property String ResponseAuthorizedAmount = {read=FResponseAuthorizedAmount, write=FSetResponseAuthorizedAmount};
Default Value
""
Remarks
When supporting partial authorizations, this is the amount actually charged to the credit card.
This is only used when supporting partial authorizations (currently only supported for healthcare transactions). If the ResponseApprovalCode begins with "AL" this property will contain the amount actually charged to the credit card. This will be less than the original TransactionAmount. You must collect the remainder via another form of payment, or Reverse the authorization if the customer does not have an additional form of payment.
This property is read-only.
Data Type
String