ReactivateCard Method
Re-activates Gift Card that has been previously deactivated.
Syntax
public void reactivateCard();
Remarks
This method re-activates and returns to circulation a Gift Card that was deactivated through the DeactivateCard method. Note that any balance that was present before the card was deactivated is lost, and the card starts fresh with a $0.00 balance. You must specify a TransactionAmount to initialize the reactivated card with funds (you cannot reactivate a card with a $0.00 TransactionAmount).
The gift card may be specified by either a MagneticStripe returned by a card reader, (Track2 only), or manually entered through the Number, ExpMonth, and ExpYear.A 3-digit Card Verification Value code may also be supplied in the CVVData field.
The Code and Text fields indicate whether this transaction was successful.