ResponseCashBack Property
Indicates the amount of cash to return to the customer.
Syntax
char* GetResponseCashBack();
Default Value
""
Remarks
Indicates the amount of cash to return to the customer.
This property may be used at the point of sale to indicate the amount that needs to be tendered to a customer to remove the remaining balance from the card. It will bring the account balance to zero and close the account as defined by the merchant's configuration with First Data. For example, if $10.00 is remaining on a gift card and a purchase of $9.70 is made, the gift card system may put $.30 in this property. The response ResponseNewBalance will indicate that the card is now empty, and the merchant should give the $.30 change to the customer.
This property is read-only.
Data Type
String